Color Hex Logo

#ed2dbd Color Hex

#ED2DBD
(237,45,189)
0 Favorites   0 Comments

Color spaces of #ed2dbd

RGB 23745189
HSL0.880.840.55
HSV315°81°93°
CMYK 0.000.810.20   0.07
XYZ45.048723.555450.3164
Yxy23.55540.37880.1981
Hunter Lab48.533980.7476-27.4938
CIE-Lab55.639981.0458-31.1080

#ed2dbd color RGB value is (237,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101101 10111101
Octal 355 55 275
Decimal 237 45 189
Hex ED 2D BD

RGB Percentages of Color #ed2dbd

%50.32
%9.55
%40.13

CMYK Percentages of Color #ed2dbd

%0
%81
%20
%7

Triadic Colors of #ed2dbd

#ed2dbd #bded2d #2dbded

Analogous Colors of #ed2dbd

#ed2dbd #ed2d5d #bd2ded

Monochromatic Colors of #ed2dbd

#ed2dbd

Complementary Color

#ed2dbd #2ded5d

#ed2dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2dbd Color CSS Codes

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

#ed2dbd Text Font Color

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

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


#ed2dbd Background Color

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

This div background color is #ed2dbd


#ed2dbd Border Color

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

This div border color is #ed2dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2dbd


Comments

No comments written yet.

Please login to write comment.