Color Hex Logo

#ed08ae Color Hex

#ED08AE
(237,8,174)
0 Favorites   0 Comments

Color spaces of #ed08ae

RGB 2378174
HSL0.880.930.48
HSV317°97°93°
CMYK 0.000.970.27   0.07
XYZ42.651921.234241.8950
Yxy21.23420.40320.2007
Hunter Lab46.080684.5775-21.6482
CIE-Lab53.204984.5015-26.1481

#ed08ae color RGB value is (237,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 10101110
Octal 355 10 256
Decimal 237 8 174
Hex ED 8 AE

RGB Percentages of Color #ed08ae

%56.56
%1.91
%41.53

CMYK Percentages of Color #ed08ae

%0
%97
%27
%7

Triadic Colors of #ed08ae

#ed08ae #aeed08 #08aeed

Analogous Colors of #ed08ae

#ed08ae #ed083c #ba08ed

Monochromatic Colors of #ed08ae

#ed08ae

Complementary Color

#ed08ae #08ed47

#ed08ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed08ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed08ae Color CSS Codes

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

#ed08ae Text Font Color

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

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


#ed08ae Background Color

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

This div background color is #ed08ae


#ed08ae Border Color

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

This div border color is #ed08ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed08ae


Comments

No comments written yet.

Please login to write comment.