Color Hex Logo

#e132ad Color Hex

#E132AD
(225,50,173)
0 Favorites   0 Comments

Color spaces of #e132ad

RGB 22550173
HSL0.880.740.54
HSV318°78°88°
CMYK 0.000.780.23   0.12
XYZ39.734821.305941.5534
Yxy21.30590.38730.2077
Hunter Lab46.158372.8824-21.0642
CIE-Lab53.282775.2323-25.6175

#e132ad color RGB value is (225,50,173).

#e132ad hex color red value is 225, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e132ad hue: 0.88 , saturation: 0.74 and the lightness value of e132ad is 0.54.

The process color (four color CMYK) of #e132ad color hex is 0.00, 0.78, 0.23, 0.12. Web safe color of #e132ad is #cc3399. Color #e132ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110010 10101101
Octal 341 62 255
Decimal 225 50 173
Hex E1 32 AD

RGB Percentages of Color #e132ad

%50.22
%11.16
%38.62

CMYK Percentages of Color #e132ad

%0
%78
%23
%12

Triadic Colors of #e132ad

#e132ad #ade132 #32ade1

Analogous Colors of #e132ad

#e132ad #e13256 #be32e1

Monochromatic Colors of #e132ad

#e132ad

Complementary Color

#e132ad #32e166

#e132ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e132ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e132ad Color CSS Codes

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

#e132ad Text Font Color

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

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


#e132ad Background Color

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

This div background color is #e132ad


#e132ad Border Color

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

This div border color is #e132ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,50,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e132ad


Comments

No comments written yet.

Please login to write comment.