Color Hex Logo

#ed2dcb Color Hex

#ED2DCB
(237,45,203)
0 Favorites   0 Comments

Color spaces of #ed2dcb

RGB 23745203
HSL0.860.840.55
HSV311°81°93°
CMYK 0.000.810.14   0.07
XYZ46.642924.193158.7113
Yxy24.19310.36000.1868
Hunter Lab49.186583.1929-36.3408
CIE-Lab56.280682.8294-38.1643

#ed2dcb color RGB value is (237,45,203).

#ed2dcb hex color red value is 237, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ed2dcb hue: 0.86 , saturation: 0.84 and the lightness value of ed2dcb is 0.55.

The process color (four color CMYK) of #ed2dcb color hex is 0.00, 0.81, 0.14, 0.07. Web safe color of #ed2dcb is #ff33cc. Color #ed2dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101101 11001011
Octal 355 55 313
Decimal 237 45 203
Hex ED 2D CB

RGB Percentages of Color #ed2dcb

%48.87
%9.28
%41.86

CMYK Percentages of Color #ed2dcb

%0
%81
%14
%7

Triadic Colors of #ed2dcb

#ed2dcb #cbed2d #2dcbed

Analogous Colors of #ed2dcb

#ed2dcb #ed2d6b #af2ded

Monochromatic Colors of #ed2dcb

#ed2dcb

Complementary Color

#ed2dcb #2ded4f

#ed2dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2dcb Color CSS Codes

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

#ed2dcb Text Font Color

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

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


#ed2dcb Background Color

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

This div background color is #ed2dcb


#ed2dcb Border Color

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

This div border color is #ed2dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2dcb


Comments

No comments written yet.

Please login to write comment.