Color Hex Logo

#ed8cbb Color Hex

#ED8CBB
(237,140,187)
0 Favorites   0 Comments

Color spaces of #ed8cbb

RGB 237140187
HSL0.920.730.74
HSV331°41°93°
CMYK 0.000.410.21   0.07
XYZ53.272840.348551.9940
Yxy40.34850.36580.2771
Hunter Lab63.520538.5420-4.0669
CIE-Lab69.717042.7785-8.5368

#ed8cbb color RGB value is (237,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001100 10111011
Octal 355 214 273
Decimal 237 140 187
Hex ED 8C BB

RGB Percentages of Color #ed8cbb

%42.02
%24.82
%33.16

CMYK Percentages of Color #ed8cbb

%0
%41
%21
%7

Triadic Colors of #ed8cbb

#ed8cbb #bbed8c #8cbbed

Analogous Colors of #ed8cbb

#ed8cbb #ed8e8c #ed8cec

Monochromatic Colors of #ed8cbb

#ed8cbb

Complementary Color

#ed8cbb #8cedbe

#ed8cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8cbb Color CSS Codes

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

#ed8cbb Text Font Color

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

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


#ed8cbb Background Color

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

This div background color is #ed8cbb


#ed8cbb Border Color

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

This div border color is #ed8cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8cbb


Comments

No comments written yet.

Please login to write comment.