Color Hex Logo

#e52bea Color Hex

#E52BEA
(229,43,234)
0 Favorites   0 Comments

Color spaces of #e52bea

RGB 22943234
HSL0.830.820.54
HSV298°82°92°
CMYK 0.020.820.00   0.08
XYZ48.028324.326380.0060
Yxy24.32630.31520.1597
Hunter Lab49.321787.5061-61.6506
CIE-Lab56.413086.1253-55.6251

#e52bea color RGB value is (229,43,234).

#e52bea hex color red value is 229, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e52bea hue: 0.83 , saturation: 0.82 and the lightness value of e52bea is 0.54.

The process color (four color CMYK) of #e52bea color hex is 0.02, 0.82, 0.00, 0.08. Web safe color of #e52bea is #cc33ff. Color #e52bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 11101010
Octal 345 53 352
Decimal 229 43 234
Hex E5 2B EA

RGB Percentages of Color #e52bea

%45.26
%8.50
%46.25

CMYK Percentages of Color #e52bea

%2
%82
%0
%8

Triadic Colors of #e52bea

#e52bea #eae52b #2beae5

Analogous Colors of #e52bea

#e52bea #ea2b90 #862bea

Monochromatic Colors of #e52bea

#e52bea

Complementary Color

#e52bea #30ea2b

#e52bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52bea Color CSS Codes

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

#e52bea Text Font Color

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

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


#e52bea Background Color

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

This div background color is #e52bea


#e52bea Border Color

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

This div border color is #e52bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52bea


Comments

No comments written yet.

Please login to write comment.