Color Hex Logo

#e52ede Color Hex

#E52EDE
(229,46,222)
0 Favorites   0 Comments

Color spaces of #e52ede

RGB 22946222
HSL0.840.780.54
HSV302°80°90°
CMYK 0.000.800.03   0.10
XYZ46.474923.885971.2682
Yxy23.88590.32810.1687
Hunter Lab48.873284.2126-52.2470
CIE-Lab55.973483.6797-49.5582

#e52ede color RGB value is (229,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101110 11011110
Octal 345 56 336
Decimal 229 46 222
Hex E5 2E DE

RGB Percentages of Color #e52ede

%46.08
%9.26
%44.67

CMYK Percentages of Color #e52ede

%0
%80
%3
%10

Triadic Colors of #e52ede

#e52ede #dee52e #2edee5

Analogous Colors of #e52ede

#e52ede #e52e83 #912ee5

Monochromatic Colors of #e52ede

#e52ede

Complementary Color

#e52ede #2ee535

#e52ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52ede Color CSS Codes

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

#e52ede Text Font Color

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

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


#e52ede Background Color

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

This div background color is #e52ede


#e52ede Border Color

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

This div border color is #e52ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52ede


Comments

No comments written yet.

Please login to write comment.