Color Hex Logo

#ed2dbb Color Hex

#ED2DBB
(237,45,187)
0 Favorites   0 Comments

Color spaces of #ed2dbb

RGB 23745187
HSL0.880.840.55
HSV316°81°93°
CMYK 0.000.810.21   0.07
XYZ44.833123.469249.1807
Yxy23.46920.38160.1998
Hunter Lab48.445080.4128-26.2789
CIE-Lab55.552480.8001-30.0866

#ed2dbb color RGB value is (237,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101101 10111011
Octal 355 55 273
Decimal 237 45 187
Hex ED 2D BB

RGB Percentages of Color #ed2dbb

%50.53
%9.59
%39.87

CMYK Percentages of Color #ed2dbb

%0
%81
%21
%7

Triadic Colors of #ed2dbb

#ed2dbb #bbed2d #2dbbed

Analogous Colors of #ed2dbb

#ed2dbb #ed2d5b #bf2ded

Monochromatic Colors of #ed2dbb

#ed2dbb

Complementary Color

#ed2dbb #2ded5f

#ed2dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2dbb Color CSS Codes

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

#ed2dbb Text Font Color

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

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


#ed2dbb Background Color

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

This div background color is #ed2dbb


#ed2dbb Border Color

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

This div border color is #ed2dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2dbb


Comments

No comments written yet.

Please login to write comment.