Color Hex Logo

#ed81ce Color Hex

#ED81CE
(237,129,206)
0 Favorites   0 Comments

Color spaces of #ed81ce

RGB 237129206
HSL0.880.750.72
HSV317°46°93°
CMYK 0.000.460.13   0.07
XYZ53.915938.161362.9167
Yxy38.16130.34790.2462
Hunter Lab61.774847.6854-17.1436
CIE-Lab68.139351.2312-21.5157

#ed81ce color RGB value is (237,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 11001110
Octal 355 201 316
Decimal 237 129 206
Hex ED 81 CE

RGB Percentages of Color #ed81ce

%41.43
%22.55
%36.01

CMYK Percentages of Color #ed81ce

%0
%46
%13
%7

Triadic Colors of #ed81ce

#ed81ce #ceed81 #81ceed

Analogous Colors of #ed81ce

#ed81ce #ed8198 #d681ed

Monochromatic Colors of #ed81ce

#ed81ce

Complementary Color

#ed81ce #81eda0

#ed81ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed81ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed81ce Color CSS Codes

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

#ed81ce Text Font Color

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

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


#ed81ce Background Color

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

This div background color is #ed81ce


#ed81ce Border Color

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

This div border color is #ed81ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed81ce


Comments

No comments written yet.

Please login to write comment.