Color Hex Logo

#ed8edb Color Hex

#ED8EDB
(237,142,219)
0 Favorites   0 Comments

Color spaces of #ed8edb

RGB 237142219
HSL0.860.730.74
HSV311°40°93°
CMYK 0.000.400.08   0.07
XYZ57.384242.465072.1899
Yxy42.46500.33360.2468
Hunter Lab65.165243.1474-20.0658
CIE-Lab71.190346.7716-24.0674

#ed8edb color RGB value is (237,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001110 11011011
Octal 355 216 333
Decimal 237 142 219
Hex ED 8E DB

RGB Percentages of Color #ed8edb

%39.63
%23.75
%36.62

CMYK Percentages of Color #ed8edb

%0
%40
%8
%7

Triadic Colors of #ed8edb

#ed8edb #dbed8e #8edbed

Analogous Colors of #ed8edb

#ed8edb #ed8eac #d08eed

Monochromatic Colors of #ed8edb

#ed8edb

Complementary Color

#ed8edb #8eeda0

#ed8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8edb Color CSS Codes

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

#ed8edb Text Font Color

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

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


#ed8edb Background Color

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

This div background color is #ed8edb


#ed8edb Border Color

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

This div border color is #ed8edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8edb


Comments

No comments written yet.

Please login to write comment.