Color Hex Logo

#ef087b Color Hex

#EF087B
(239,8,123)
0 Favorites   0 Comments

Color spaces of #ef087b

RGB 2398123
HSL0.920.940.48
HSV330°97°94°
CMYK 0.000.970.49   0.06
XYZ39.258619.954420.5213
Yxy19.95440.49240.2503
Hunter Lab44.670378.70194.0318
CIE-Lab51.785680.18562.2030

#ef087b color RGB value is (239,8,123).

#ef087b hex color red value is 239, green value is 8 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ef087b hue: 0.92 , saturation: 0.94 and the lightness value of ef087b is 0.48.

The process color (four color CMYK) of #ef087b color hex is 0.00, 0.97, 0.49, 0.06. Web safe color of #ef087b is #ff0066. Color #ef087b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 01111011
Octal 357 10 173
Decimal 239 8 123
Hex EF 8 7B

RGB Percentages of Color #ef087b

%64.59
%2.16
%33.24

CMYK Percentages of Color #ef087b

%0
%97
%49
%6

Triadic Colors of #ef087b

#ef087b #7bef08 #087bef

Analogous Colors of #ef087b

#ef087b #ef0908 #ef08ef

Monochromatic Colors of #ef087b

#ef087b

Complementary Color

#ef087b #08ef7c

#ef087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef087b Color CSS Codes

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

#ef087b Text Font Color

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

This sample text font color is #ef087b
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.


#ef087b Background Color

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

This div background color is #ef087b


#ef087b Border Color

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

This div border color is #ef087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef087b


Comments

No comments written yet.

Please login to write comment.