Color Hex Logo

#ef0baa Color Hex

#EF0BAA
(239,11,170)
0 Favorites   0 Comments

Color spaces of #ef0baa

RGB 23911170
HSL0.880.910.49
HSV318°95°94°
CMYK 0.000.950.29   0.06
XYZ42.972021.492339.9138
Yxy21.49230.41170.2059
Hunter Lab46.359884.3263-18.5943
CIE-Lab53.484184.2530-23.3365

#ef0baa color RGB value is (239,11,170).

#ef0baa hex color red value is 239, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef0baa hue: 0.88 , saturation: 0.91 and the lightness value of ef0baa is 0.49.

The process color (four color CMYK) of #ef0baa color hex is 0.00, 0.95, 0.29, 0.06. Web safe color of #ef0baa is #ff0099. Color #ef0baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001011 10101010
Octal 357 13 252
Decimal 239 11 170
Hex EF B AA

RGB Percentages of Color #ef0baa

%56.90
%2.62
%40.48

CMYK Percentages of Color #ef0baa

%0
%95
%29
%6

Triadic Colors of #ef0baa

#ef0baa #aaef0b #0baaef

Analogous Colors of #ef0baa

#ef0baa #ef0b38 #c20bef

Monochromatic Colors of #ef0baa

#ef0baa

Complementary Color

#ef0baa #0bef50

#ef0baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0baa Color CSS Codes

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

#ef0baa Text Font Color

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

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


#ef0baa Background Color

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

This div background color is #ef0baa


#ef0baa Border Color

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

This div border color is #ef0baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0baa


Comments

No comments written yet.

Please login to write comment.