Color Hex Logo

#ef3abd Color Hex

#EF3ABD
(239,58,189)
0 Favorites   0 Comments

Color spaces of #ef3abd

RGB 23958189
HSL0.880.850.58
HSV317°76°94°
CMYK 0.000.760.21   0.06
XYZ46.295025.051050.5394
Yxy25.05100.37980.2055
Hunter Lab50.051077.5156-24.8329
CIE-Lab57.125178.2065-28.7754

#ef3abd color RGB value is (239,58,189).

#ef3abd hex color red value is 239, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef3abd hue: 0.88 , saturation: 0.85 and the lightness value of ef3abd is 0.58.

The process color (four color CMYK) of #ef3abd color hex is 0.00, 0.76, 0.21, 0.06. Web safe color of #ef3abd is #ff33cc. Color #ef3abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111010 10111101
Octal 357 72 275
Decimal 239 58 189
Hex EF 3A BD

RGB Percentages of Color #ef3abd

%49.18
%11.93
%38.89

CMYK Percentages of Color #ef3abd

%0
%76
%21
%6

Triadic Colors of #ef3abd

#ef3abd #bdef3a #3abdef

Analogous Colors of #ef3abd

#ef3abd #ef3a63 #c73aef

Monochromatic Colors of #ef3abd

#ef3abd

Complementary Color

#ef3abd #3aef6c

#ef3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3abd Color CSS Codes

.mybgcolor {background-color:#ef3abd; } 
.myforecolor {color:#ef3abd; }
.mybordercolor {border:3px solid #ef3abd; }

#ef3abd Text Font Color

<p style="color:#ef3abd">Text here</p>

This sample text font color is #ef3abd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ef3abd Background Color

<div style="background-color:#ef3abd">
Div content here</div>

This div background color is #ef3abd


#ef3abd Border Color

<div style="border:3px solid #ef3abd">
Div here</div>

This div border color is #ef3abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,58,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef3abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef3abd;
  -webkit-box-shadow: 1px 1px 3px 2px #ef3abd;
  box-shadow:         1px 1px 3px 2px #ef3abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,58,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef3abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ef3abd;
  -webkit-box-shadow: 1px 1px 3px 2px #ef3abd;
  box-shadow:         1px 1px 3px 2px #ef3abd;">
Div content here</div>

This div box has shadow with color #ef3abd


Comments

No comments written yet.

Please login to write comment.