Color Hex Logo

#ed82cb Color Hex

#ED82CB
(237,130,203)
0 Favorites   0 Comments

Color spaces of #ed82cb

RGB 237130203
HSL0.890.750.72
HSV319°45°93°
CMYK 0.000.450.14   0.07
XYZ53.687238.281661.0594
Yxy38.28160.35080.2502
Hunter Lab61.872146.6104-15.2007
CIE-Lab68.227650.2644-19.7078

#ed82cb color RGB value is (237,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 11001011
Octal 355 202 313
Decimal 237 130 203
Hex ED 82 CB

RGB Percentages of Color #ed82cb

%41.58
%22.81
%35.61

CMYK Percentages of Color #ed82cb

%0
%45
%14
%7

Triadic Colors of #ed82cb

#ed82cb #cbed82 #82cbed

Analogous Colors of #ed82cb

#ed82cb #ed8296 #da82ed

Monochromatic Colors of #ed82cb

#ed82cb

Complementary Color

#ed82cb #82eda4

#ed82cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed82cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed82cb Color CSS Codes

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

#ed82cb Text Font Color

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

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


#ed82cb Background Color

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

This div background color is #ed82cb


#ed82cb Border Color

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

This div border color is #ed82cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed82cb


Comments

No comments written yet.

Please login to write comment.