Color Hex Logo

#ef01af Color Hex

#EF01AF
(239,1,175)
0 Favorites   0 Comments

Color spaces of #ef01af

RGB 2391175
HSL0.880.990.47
HSV316°100°94°
CMYK 0.001.000.27   0.06
XYZ43.345321.467642.4165
Yxy21.46760.40420.2002
Hunter Lab46.333185.9062-21.8449
CIE-Lab53.457585.4758-26.3136

#ef01af color RGB value is (239,1,175).

#ef01af hex color red value is 239, green value is 1 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef01af hue: 0.88 , saturation: 0.99 and the lightness value of ef01af is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 10101111
Octal 357 1 257
Decimal 239 1 175
Hex EF 1 AF

RGB Percentages of Color #ef01af

%57.59
%0.24
%42.17

CMYK Percentages of Color #ef01af

%0
%100
%27
%6

Triadic Colors of #ef01af

#ef01af #afef01 #01afef

Analogous Colors of #ef01af

#ef01af #ef0138 #b801ef

Monochromatic Colors of #ef01af

#ef01af

Complementary Color

#ef01af #01ef41

#ef01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef01af Color CSS Codes

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

#ef01af Text Font Color

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

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


#ef01af Background Color

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

This div background color is #ef01af


#ef01af Border Color

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

This div border color is #ef01af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef01af


Comments

No comments written yet.

Please login to write comment.