Color Hex Logo

#ed8acd Color Hex

#ED8ACD
(237,138,205)
0 Favorites   0 Comments

Color spaces of #ed8acd

RGB 237138205
HSL0.890.730.74
HSV319°42°93°
CMYK 0.000.420.14   0.07
XYZ55.033040.589362.6916
Yxy40.58930.34760.2564
Hunter Lab63.709742.6978-13.7457
CIE-Lab69.887246.5362-18.3032

#ed8acd color RGB value is (237,138,205).

#ed8acd hex color red value is 237, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed8acd hue: 0.89 , saturation: 0.73 and the lightness value of ed8acd is 0.74.

The process color (four color CMYK) of #ed8acd color hex is 0.00, 0.42, 0.14, 0.07. Web safe color of #ed8acd is #ff99cc. Color #ed8acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 11001101
Octal 355 212 315
Decimal 237 138 205
Hex ED 8A CD

RGB Percentages of Color #ed8acd

%40.86
%23.79
%35.34

CMYK Percentages of Color #ed8acd

%0
%42
%14
%7

Triadic Colors of #ed8acd

#ed8acd #cded8a #8acded

Analogous Colors of #ed8acd

#ed8acd #ed8a9c #dc8aed

Monochromatic Colors of #ed8acd

#ed8acd

Complementary Color

#ed8acd #8aedaa

#ed8acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8acd Color CSS Codes

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

#ed8acd Text Font Color

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

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


#ed8acd Background Color

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

This div background color is #ed8acd


#ed8acd Border Color

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

This div border color is #ed8acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8acd


Comments

No comments written yet.

Please login to write comment.