Color Hex Logo

#ed8bdb Color Hex

#ED8BDB
(237,139,219)
0 Favorites   0 Comments

Color spaces of #ed8bdb

RGB 237139219
HSL0.860.730.74
HSV311°41°93°
CMYK 0.000.410.08   0.07
XYZ56.943941.584272.0431
Yxy41.58420.33380.2438
Hunter Lab64.485844.7734-21.0983
CIE-Lab70.583348.3046-24.9957

#ed8bdb color RGB value is (237,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001011 11011011
Octal 355 213 333
Decimal 237 139 219
Hex ED 8B DB

RGB Percentages of Color #ed8bdb

%39.83
%23.36
%36.81

CMYK Percentages of Color #ed8bdb

%0
%41
%8
%7

Triadic Colors of #ed8bdb

#ed8bdb #dbed8b #8bdbed

Analogous Colors of #ed8bdb

#ed8bdb #ed8baa #ce8bed

Monochromatic Colors of #ed8bdb

#ed8bdb

Complementary Color

#ed8bdb #8bed9d

#ed8bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8bdb Color CSS Codes

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

#ed8bdb Text Font Color

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

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


#ed8bdb Background Color

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

This div background color is #ed8bdb


#ed8bdb Border Color

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

This div border color is #ed8bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8bdb


Comments

No comments written yet.

Please login to write comment.