Color Hex Logo

#ef088a Color Hex

#EF088A
(239,8,138)
0 Favorites   0 Comments

Color spaces of #ef088a

RGB 2398138
HSL0.910.940.48
HSV326°97°94°
CMYK 0.000.970.42   0.06
XYZ40.270920.359425.8520
Yxy20.35940.46570.2354
Hunter Lab45.121480.3490-2.3848
CIE-Lab52.241181.3955-6.1868

#ef088a color RGB value is (239,8,138).

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

The process color (four color CMYK) of #ef088a color hex is 0.00, 0.97, 0.42, 0.06. Web safe color of #ef088a is #ff0099. Color #ef088a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 10001010
Octal 357 10 212
Decimal 239 8 138
Hex EF 8 8A

RGB Percentages of Color #ef088a

%62.08
%2.08
%35.84

CMYK Percentages of Color #ef088a

%0
%97
%42
%6

Triadic Colors of #ef088a

#ef088a #8aef08 #088aef

Analogous Colors of #ef088a

#ef088a #ef0816 #e108ef

Monochromatic Colors of #ef088a

#ef088a

Complementary Color

#ef088a #08ef6d

#ef088a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef088a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef088a Color CSS Codes

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

#ef088a Text Font Color

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

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


#ef088a Background Color

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

This div background color is #ef088a


#ef088a Border Color

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

This div border color is #ef088a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef088a


Comments

No comments written yet.

Please login to write comment.