Color Hex Logo

#e52baf Color Hex

#E52BAF
(229,43,175)
0 Favorites   0 Comments

Color spaces of #e52baf

RGB 22943175
HSL0.880.780.53
HSV317°81°90°
CMYK 0.000.810.24   0.10
XYZ40.914821.480942.5472
Yxy21.48090.38990.2047
Hunter Lab46.347576.4687-21.9852
CIE-Lab53.471878.0817-26.4388

#e52baf color RGB value is (229,43,175).

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

The process color (four color CMYK) of #e52baf color hex is 0.00, 0.81, 0.24, 0.10. Web safe color of #e52baf is #cc3399. Color #e52baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 10101111
Octal 345 53 257
Decimal 229 43 175
Hex E5 2B AF

RGB Percentages of Color #e52baf

%51.23
%9.62
%39.15

CMYK Percentages of Color #e52baf

%0
%81
%24
%10

Triadic Colors of #e52baf

#e52baf #afe52b #2bafe5

Analogous Colors of #e52baf

#e52baf #e52b52 #be2be5

Monochromatic Colors of #e52baf

#e52baf

Complementary Color

#e52baf #2be561

#e52baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52baf Color CSS Codes

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

#e52baf Text Font Color

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

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


#e52baf Background Color

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

This div background color is #e52baf


#e52baf Border Color

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

This div border color is #e52baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52baf


Comments

No comments written yet.

Please login to write comment.