Color Hex Logo

#e132a3 Color Hex

#E132A3
(225,50,163)
0 Favorites   0 Comments

Color spaces of #e132a3

RGB 22550163
HSL0.890.740.54
HSV321°78°88°
CMYK 0.000.780.28   0.12
XYZ38.802820.933136.6457
Yxy20.93310.40260.2172
Hunter Lab45.752771.3183-15.4615
CIE-Lab52.876274.0381-20.3662

#e132a3 color RGB value is (225,50,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110010 10100011
Octal 341 62 243
Decimal 225 50 163
Hex E1 32 A3

RGB Percentages of Color #e132a3

%51.37
%11.42
%37.21

CMYK Percentages of Color #e132a3

%0
%78
%28
%12

Triadic Colors of #e132a3

#e132a3 #a3e132 #32a3e1

Analogous Colors of #e132a3

#e132a3 #e1324b #c832e1

Monochromatic Colors of #e132a3

#e132a3

Complementary Color

#e132a3 #32e170

#e132a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e132a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e132a3 Color CSS Codes

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

#e132a3 Text Font Color

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

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


#e132a3 Background Color

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

This div background color is #e132a3


#e132a3 Border Color

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

This div border color is #e132a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e132a3


Comments

No comments written yet.

Please login to write comment.