Color Hex Logo

#e528af Color Hex

#E528AF
(229,40,175)
0 Favorites   0 Comments

Color spaces of #e528af

RGB 22940175
HSL0.880.780.53
HSV317°83°90°
CMYK 0.000.830.24   0.10
XYZ40.809821.270742.5122
Yxy21.27070.39020.2034
Hunter Lab46.120277.2369-22.3676
CIE-Lab53.244578.7384-26.7907

#e528af color RGB value is (229,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101000 10101111
Octal 345 50 257
Decimal 229 40 175
Hex E5 28 AF

RGB Percentages of Color #e528af

%51.58
%9.01
%39.41

CMYK Percentages of Color #e528af

%0
%83
%24
%10

Triadic Colors of #e528af

#e528af #afe528 #28afe5

Analogous Colors of #e528af

#e528af #e52851 #bd28e5

Monochromatic Colors of #e528af

#e528af

Complementary Color

#e528af #28e55e

#e528af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e528af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e528af Color CSS Codes

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

#e528af Text Font Color

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

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


#e528af Background Color

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

This div background color is #e528af


#e528af Border Color

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

This div border color is #e528af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e528af


Comments

No comments written yet.

Please login to write comment.