Color Hex Logo

#ed02af Color Hex

#ED02AF
(237,2,175)
0 Favorites   0 Comments

Color spaces of #ed02af

RGB 2372175
HSL0.880.980.47
HSV316°99°93°
CMYK 0.000.990.26   0.07
XYZ42.684621.143142.3887
Yxy21.14310.40190.1991
Hunter Lab45.981685.2331-22.4700
CIE-Lab53.105885.0265-26.8882

#ed02af color RGB value is (237,2,175).

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

The process color (four color CMYK) of #ed02af color hex is 0.00, 0.99, 0.26, 0.07. Web safe color of #ed02af is #ff0099. Color #ed02af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000010 10101111
Octal 355 2 257
Decimal 237 2 175
Hex ED 2 AF

RGB Percentages of Color #ed02af

%57.25
%0.48
%42.27

CMYK Percentages of Color #ed02af

%0
%99
%26
%7

Triadic Colors of #ed02af

#ed02af #afed02 #02afed

Analogous Colors of #ed02af

#ed02af #ed0239 #b602ed

Monochromatic Colors of #ed02af

#ed02af

Complementary Color

#ed02af #02ed40

#ed02af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed02af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed02af Color CSS Codes

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

#ed02af Text Font Color

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

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


#ed02af Background Color

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

This div background color is #ed02af


#ed02af Border Color

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

This div border color is #ed02af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed02af


Comments

No comments written yet.

Please login to write comment.