Color Hex Logo

#e52be2 Color Hex

#E52BE2
(229,43,226)
0 Favorites   0 Comments

Color spaces of #e52be2

RGB 22943226
HSL0.840.780.53
HSV301°81°90°
CMYK 0.000.810.01   0.10
XYZ46.904423.876874.0880
Yxy23.87680.32380.1648
Hunter Lab48.863985.8302-55.6915
CIE-Lab55.964284.9288-51.8346

#e52be2 color RGB value is (229,43,226).

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

The process color (four color CMYK) of #e52be2 color hex is 0.00, 0.81, 0.01, 0.10. Web safe color of #e52be2 is #cc33cc. Color #e52be2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 11100010
Octal 345 53 342
Decimal 229 43 226
Hex E5 2B E2

RGB Percentages of Color #e52be2

%45.98
%8.63
%45.38

CMYK Percentages of Color #e52be2

%0
%81
%1
%10

Triadic Colors of #e52be2

#e52be2 #e2e52b #2be2e5

Analogous Colors of #e52be2

#e52be2 #e52b85 #8b2be5

Monochromatic Colors of #e52be2

#e52be2

Complementary Color

#e52be2 #2be52e

#e52be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52be2 Color CSS Codes

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

#e52be2 Text Font Color

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

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


#e52be2 Background Color

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

This div background color is #e52be2


#e52be2 Border Color

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

This div border color is #e52be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52be2


Comments

No comments written yet.

Please login to write comment.