Color Hex Logo

#ed85cb Color Hex

#ED85CB
(237,133,203)
0 Favorites   0 Comments

Color spaces of #ed85cb

RGB 237133203
HSL0.890.740.73
HSV320°44°93°
CMYK 0.000.440.14   0.07
XYZ54.092139.091461.1943
Yxy39.09140.35040.2532
Hunter Lab62.523145.0145-14.2637
CIE-Lab68.817448.7588-18.8123

#ed85cb color RGB value is (237,133,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 11001011
Octal 355 205 313
Decimal 237 133 203
Hex ED 85 CB

RGB Percentages of Color #ed85cb

%41.36
%23.21
%35.43

CMYK Percentages of Color #ed85cb

%0
%44
%14
%7

Triadic Colors of #ed85cb

#ed85cb #cbed85 #85cbed

Analogous Colors of #ed85cb

#ed85cb #ed8597 #db85ed

Monochromatic Colors of #ed85cb

#ed85cb

Complementary Color

#ed85cb #85eda7

#ed85cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed85cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed85cb Color CSS Codes

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

#ed85cb Text Font Color

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

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


#ed85cb Background Color

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

This div background color is #ed85cb


#ed85cb Border Color

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

This div border color is #ed85cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed85cb


Comments

No comments written yet.

Please login to write comment.