Color Hex Logo

#ed8bcb Color Hex

#ED8BCB
(237,139,203)
0 Favorites   0 Comments

Color spaces of #ed8bcb

RGB 237139203
HSL0.890.730.74
HSV321°41°93°
CMYK 0.000.410.14   0.07
XYZ54.937240.781661.4760
Yxy40.78160.34950.2594
Hunter Lab63.860541.8022-12.3739
CIE-Lab70.022645.7106-16.9873

#ed8bcb color RGB value is (237,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001011 11001011
Octal 355 213 313
Decimal 237 139 203
Hex ED 8B CB

RGB Percentages of Color #ed8bcb

%40.93
%24.01
%35.06

CMYK Percentages of Color #ed8bcb

%0
%41
%14
%7

Triadic Colors of #ed8bcb

#ed8bcb #cbed8b #8bcbed

Analogous Colors of #ed8bcb

#ed8bcb #ed8b9a #de8bed

Monochromatic Colors of #ed8bcb

#ed8bcb

Complementary Color

#ed8bcb #8bedad

#ed8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8bcb Color CSS Codes

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

#ed8bcb Text Font Color

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

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


#ed8bcb Background Color

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

This div background color is #ed8bcb


#ed8bcb Border Color

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

This div border color is #ed8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8bcb


Comments

No comments written yet.

Please login to write comment.