Color Hex Logo

#e52dba Color Hex

#E52DBA
(229,45,186)
0 Favorites   0 Comments

Color spaces of #e52dba

RGB 22945186
HSL0.870.780.54
HSV314°80°90°
CMYK 0.000.800.19   0.10
XYZ42.114422.080048.4966
Yxy22.08000.37370.1959
Hunter Lab46.989477.7499-28.2992
CIE-Lab54.111878.9775-31.8556

#e52dba color RGB value is (229,45,186).

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

The process color (four color CMYK) of #e52dba color hex is 0.00, 0.80, 0.19, 0.10. Web safe color of #e52dba is #cc33cc. Color #e52dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 10111010
Octal 345 55 272
Decimal 229 45 186
Hex E5 2D BA

RGB Percentages of Color #e52dba

%49.78
%9.78
%40.43

CMYK Percentages of Color #e52dba

%0
%80
%19
%10

Triadic Colors of #e52dba

#e52dba #bae52d #2dbae5

Analogous Colors of #e52dba

#e52dba #e52d5e #b42de5

Monochromatic Colors of #e52dba

#e52dba

Complementary Color

#e52dba #2de558

#e52dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dba Color CSS Codes

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

#e52dba Text Font Color

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

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


#e52dba Background Color

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

This div background color is #e52dba


#e52dba Border Color

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

This div border color is #e52dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dba


Comments

No comments written yet.

Please login to write comment.