color codes Logo

#e52dbb color codes

#E52DBB
(229,45,187)
0 Favorites   0 Comments

Color spaces of #e52dbb

RGB 22945187
HSL0.870.780.54
HSV314°80°90°
CMYK 0.000.800.18   0.10
XYZ42.221122.122649.0585
Yxy22.12260.37230.1951
Hunter Lab47.034777.9215-28.9169
CIE-Lab54.156879.1049-32.3655

#e52dbb color RGB value is (229,45,187).

#e52dbb hex color red value is 229, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e52dbb hue: 0.87 , saturation: 0.78 and the lightness value of e52dbb is 0.54.

The process color (four color CMYK) of #e52dbb color code is 0.00, 0.80, 0.18, 0.10. Web safe color of #e52dbb is #cc33cc. Color #e52dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 10111011
Octal 345 55 273
Decimal 229 45 187
Hex E5 2D BB

RGB Percentages of Color #e52dbb

%49.67
%9.76
%40.56

CMYK Percentages of Color #e52dbb

%0
%80
%18
%10

Triadic Colors of #e52dbb

#e52dbb #bbe52d #2dbbe5

Analogous Colors of #e52dbb

#e52dbb #e52d5f #b32de5

Monochromatic Colors of #e52dbb

#e52dbb

Complementary Color

#e52dbb #2de557

#e52dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dbb Color CSS Codes

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

#e52dbb Text Font Color

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

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


#e52dbb Background Color

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

This div background color is #e52dbb


#e52dbb Border Color

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

This div border color is #e52dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dbb


Comments

No comments written yet.

Please login to write comment.