Color Hex Logo

#e132ca Color Hex

#E132CA
(225,50,202)
0 Favorites   0 Comments

Color spaces of #e132ca

RGB 22550202
HSL0.860.740.54
HSV308°78°88°
CMYK 0.000.780.10   0.12
XYZ42.852622.553057.9717
Yxy22.55300.34730.1828
Hunter Lab47.490077.9620-39.1331
CIE-Lab54.608979.0491-40.3601

#e132ca color RGB value is (225,50,202).

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

The process color (four color CMYK) of #e132ca color hex is 0.00, 0.78, 0.10, 0.12. Web safe color of #e132ca is #cc33cc. Color #e132ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110010 11001010
Octal 341 62 312
Decimal 225 50 202
Hex E1 32 CA

RGB Percentages of Color #e132ca

%47.17
%10.48
%42.35

CMYK Percentages of Color #e132ca

%0
%78
%10
%12

Triadic Colors of #e132ca

#e132ca #cae132 #32cae1

Analogous Colors of #e132ca

#e132ca #e13273 #a132e1

Monochromatic Colors of #e132ca

#e132ca

Complementary Color

#e132ca #32e149

#e132ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e132ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e132ca Color CSS Codes

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

#e132ca Text Font Color

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

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


#e132ca Background Color

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

This div background color is #e132ca


#e132ca Border Color

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

This div border color is #e132ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e132ca


Comments

No comments written yet.

Please login to write comment.