Color Hex Logo

#ed80ed Color Hex

#ED80ED
(237,128,237)
0 Favorites   0 Comments

Color spaces of #ed80ed

RGB 237128237
HSL0.830.750.72
HSV300°46°93°
CMYK 0.000.460.00   0.07
XYZ57.930339.557384.7028
Yxy39.55730.31800.2171
Hunter Lab62.894654.3454-35.8221
CIE-Lab69.153056.8893-37.1243

#ed80ed color RGB value is (237,128,237).

#ed80ed hex color red value is 237, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed80ed hue: 0.83 , saturation: 0.75 and the lightness value of ed80ed is 0.72.

The process color (four color CMYK) of #ed80ed color hex is 0.00, 0.46, 0.00, 0.07. Web safe color of #ed80ed is #ff99ff. Color #ed80ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000000 11101101
Octal 355 200 355
Decimal 237 128 237
Hex ED 80 ED

RGB Percentages of Color #ed80ed

%39.37
%21.26
%39.37

CMYK Percentages of Color #ed80ed

%0
%46
%0
%7

Triadic Colors of #ed80ed

#ed80ed #eded80 #80eded

Analogous Colors of #ed80ed

#ed80ed #ed80b7 #b780ed

Monochromatic Colors of #ed80ed

#ed80ed

Complementary Color

#ed80ed #80ed80

#ed80ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed80ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed80ed Color CSS Codes

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

#ed80ed Text Font Color

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

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


#ed80ed Background Color

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

This div background color is #ed80ed


#ed80ed Border Color

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

This div border color is #ed80ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed80ed


Comments

No comments written yet.

Please login to write comment.