Color Hex Logo

#ef08ae Color Hex

#EF08AE
(239,8,174)
0 Favorites   0 Comments

Color spaces of #ef08ae

RGB 2398174
HSL0.880.940.48
HSV317°97°94°
CMYK 0.000.970.27   0.06
XYZ43.323421.580441.9264
Yxy21.58040.40550.2020
Hunter Lab46.454785.1724-20.9922
CIE-Lab53.578984.8875-25.5395

#ef08ae color RGB value is (239,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 10101110
Octal 357 10 256
Decimal 239 8 174
Hex EF 8 AE

RGB Percentages of Color #ef08ae

%56.77
%1.90
%41.33

CMYK Percentages of Color #ef08ae

%0
%97
%27
%6

Triadic Colors of #ef08ae

#ef08ae #aeef08 #08aeef

Analogous Colors of #ef08ae

#ef08ae #ef083a #bd08ef

Monochromatic Colors of #ef08ae

#ef08ae

Complementary Color

#ef08ae #08ef49

#ef08ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef08ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef08ae Color CSS Codes

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

#ef08ae Text Font Color

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

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


#ef08ae Background Color

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

This div background color is #ef08ae


#ef08ae Border Color

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

This div border color is #ef08ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef08ae


Comments

No comments written yet.

Please login to write comment.