Color Hex Logo

#ef1daf Color Hex

#EF1DAF
(239,29,175)
0 Favorites   0 Comments

Color spaces of #ef1daf

RGB 23929175
HSL0.880.870.53
HSV318°88°94°
CMYK 0.000.880.27   0.06
XYZ43.773822.324642.5594
Yxy22.32460.40290.2055
Hunter Lab47.248982.6859-20.3312
CIE-Lab54.369782.8078-24.9047

#ef1daf color RGB value is (239,29,175).

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

The process color (four color CMYK) of #ef1daf color hex is 0.00, 0.88, 0.27, 0.06. Web safe color of #ef1daf is #ff3399. Color #ef1daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011101 10101111
Octal 357 35 257
Decimal 239 29 175
Hex EF 1D AF

RGB Percentages of Color #ef1daf

%53.95
%6.55
%39.50

CMYK Percentages of Color #ef1daf

%0
%88
%27
%6

Triadic Colors of #ef1daf

#ef1daf #afef1d #1dafef

Analogous Colors of #ef1daf

#ef1daf #ef1d46 #c61def

Monochromatic Colors of #ef1daf

#ef1daf

Complementary Color

#ef1daf #1def5d

#ef1daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1daf Color CSS Codes

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

#ef1daf Text Font Color

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

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


#ef1daf Background Color

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

This div background color is #ef1daf


#ef1daf Border Color

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

This div border color is #ef1daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,29,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 #ef1daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1daf


Comments

No comments written yet.

Please login to write comment.