Color Hex Logo

#e52ebd Color Hex

#E52EBD
(229,46,189)
0 Favorites   0 Comments

Color spaces of #e52ebd

RGB 22946189
HSL0.870.780.54
HSV313°80°90°
CMYK 0.000.800.17   0.10
XYZ42.475422.286150.2071
Yxy22.28610.36950.1938
Hunter Lab47.208277.9906-30.0107
CIE-Lab54.329379.1262-33.2557

#e52ebd color RGB value is (229,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101110 10111101
Octal 345 56 275
Decimal 229 46 189
Hex E5 2E BD

RGB Percentages of Color #e52ebd

%49.35
%9.91
%40.73

CMYK Percentages of Color #e52ebd

%0
%80
%17
%10

Triadic Colors of #e52ebd

#e52ebd #bde52e #2ebde5

Analogous Colors of #e52ebd

#e52ebd #e52e62 #b22ee5

Monochromatic Colors of #e52ebd

#e52ebd

Complementary Color

#e52ebd #2ee556

#e52ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52ebd Color CSS Codes

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

#e52ebd Text Font Color

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

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


#e52ebd Background Color

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

This div background color is #e52ebd


#e52ebd Border Color

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

This div border color is #e52ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52ebd


Comments

No comments written yet.

Please login to write comment.