Color Hex Logo

#e532af Color Hex

#E532AF
(229,50,175)
0 Favorites   0 Comments

Color spaces of #e532af

RGB 22950175
HSL0.880.770.55
HSV318°78°90°
CMYK 0.000.780.24   0.10
XYZ41.191622.034442.6395
Yxy22.03440.38910.2081
Hunter Lab46.940874.4913-20.9985
CIE-Lab54.063576.3810-25.5244

#e532af color RGB value is (229,50,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 10101111
Octal 345 62 257
Decimal 229 50 175
Hex E5 32 AF

RGB Percentages of Color #e532af

%50.44
%11.01
%38.55

CMYK Percentages of Color #e532af

%0
%78
%24
%10

Triadic Colors of #e532af

#e532af #afe532 #32afe5

Analogous Colors of #e532af

#e532af #e53256 #c232e5

Monochromatic Colors of #e532af

#e532af

Complementary Color

#e532af #32e568

#e532af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532af Color CSS Codes

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

#e532af Text Font Color

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

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


#e532af Background Color

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

This div background color is #e532af


#e532af Border Color

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

This div border color is #e532af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,50,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 #e532af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532af


Comments

No comments written yet.

Please login to write comment.