Color Hex Logo

#ed4dcb Color Hex

#ED4DCB
(237,77,203)
0 Favorites   0 Comments

Color spaces of #ed4dcb

RGB 23777203
HSL0.870.820.62
HSV313°68°93°
CMYK 0.000.680.14   0.07
XYZ48.358427.624159.2831
Yxy27.62410.35750.2042
Hunter Lab52.558672.2575-30.0846
CIE-Lab59.547673.5245-33.0583

#ed4dcb color RGB value is (237,77,203).

#ed4dcb hex color red value is 237, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ed4dcb hue: 0.87 , saturation: 0.82 and the lightness value of ed4dcb is 0.62.

The process color (four color CMYK) of #ed4dcb color hex is 0.00, 0.68, 0.14, 0.07. Web safe color of #ed4dcb is #ff66cc. Color #ed4dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001101 11001011
Octal 355 115 313
Decimal 237 77 203
Hex ED 4D CB

RGB Percentages of Color #ed4dcb

%45.84
%14.89
%39.26

CMYK Percentages of Color #ed4dcb

%0
%68
%14
%7

Triadic Colors of #ed4dcb

#ed4dcb #cbed4d #4dcbed

Analogous Colors of #ed4dcb

#ed4dcb #ed4d7b #bf4ded

Monochromatic Colors of #ed4dcb

#ed4dcb

Complementary Color

#ed4dcb #4ded6f

#ed4dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4dcb Color CSS Codes

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

#ed4dcb Text Font Color

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

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


#ed4dcb Background Color

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

This div background color is #ed4dcb


#ed4dcb Border Color

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

This div border color is #ed4dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4dcb


Comments

No comments written yet.

Please login to write comment.