Color Hex Logo

#ed8cda Color Hex

#ED8CDA
(237,140,218)
0 Favorites   0 Comments

Color spaces of #ed8cda

RGB 237140218
HSL0.870.730.74
HSV312°41°93°
CMYK 0.000.410.08   0.07
XYZ56.958041.822671.4002
Yxy41.82260.33470.2458
Hunter Lab64.670444.0394-20.1906
CIE-Lab70.748447.6275-24.1910

#ed8cda color RGB value is (237,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001100 11011010
Octal 355 214 332
Decimal 237 140 218
Hex ED 8C DA

RGB Percentages of Color #ed8cda

%39.83
%23.53
%36.64

CMYK Percentages of Color #ed8cda

%0
%41
%8
%7

Triadic Colors of #ed8cda

#ed8cda #daed8c #8cdaed

Analogous Colors of #ed8cda

#ed8cda #ed8caa #d08ced

Monochromatic Colors of #ed8cda

#ed8cda

Complementary Color

#ed8cda #8ced9f

#ed8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8cda Color CSS Codes

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

#ed8cda Text Font Color

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

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


#ed8cda Background Color

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

This div background color is #ed8cda


#ed8cda Border Color

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

This div border color is #ed8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8cda


Comments

No comments written yet.

Please login to write comment.