Color Hex Logo

#e52abf Color Hex

#E52ABF
(229,42,191)
0 Favorites   0 Comments

Color spaces of #e52abf

RGB 22942191
HSL0.870.780.53
HSV312°82°90°
CMYK 0.000.820.17   0.10
XYZ42.545022.075551.3088
Yxy22.07550.36700.1904
Hunter Lab46.984679.4105-31.8576
CIE-Lab54.107080.2928-34.7608

#e52abf color RGB value is (229,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101010 10111111
Octal 345 52 277
Decimal 229 42 191
Hex E5 2A BF

RGB Percentages of Color #e52abf

%49.57
%9.09
%41.34

CMYK Percentages of Color #e52abf

%0
%82
%17
%10

Triadic Colors of #e52abf

#e52abf #bfe52a #2abfe5

Analogous Colors of #e52abf

#e52abf #e52a61 #ae2ae5

Monochromatic Colors of #e52abf

#e52abf

Complementary Color

#e52abf #2ae550

#e52abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52abf Color CSS Codes

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

#e52abf Text Font Color

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

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


#e52abf Background Color

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

This div background color is #e52abf


#e52abf Border Color

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

This div border color is #e52abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52abf


Comments

No comments written yet.

Please login to write comment.