Color Hex Logo

#e528ab Color Hex

#E528AB
(229,40,171)
0 Favorites   0 Comments

Color spaces of #e528ab

RGB 22940171
HSL0.880.780.53
HSV318°83°90°
CMYK 0.000.830.25   0.10
XYZ40.422621.115940.4733
Yxy21.11590.39630.2070
Hunter Lab45.952076.6049-20.0546
CIE-Lab53.076178.2675-24.7057

#e528ab color RGB value is (229,40,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101000 10101011
Octal 345 50 253
Decimal 229 40 171
Hex E5 28 AB

RGB Percentages of Color #e528ab

%52.05
%9.09
%38.86

CMYK Percentages of Color #e528ab

%0
%83
%25
%10

Triadic Colors of #e528ab

#e528ab #abe528 #28abe5

Analogous Colors of #e528ab

#e528ab #e5284c #c128e5

Monochromatic Colors of #e528ab

#e528ab

Complementary Color

#e528ab #28e562

#e528ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e528ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e528ab Color CSS Codes

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

#e528ab Text Font Color

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

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


#e528ab Background Color

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

This div background color is #e528ab


#e528ab Border Color

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

This div border color is #e528ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e528ab


Comments

No comments written yet.

Please login to write comment.