Color Hex Logo

#e170a4 Color Hex

#E170A4
(225,112,164)
0 Favorites   0 Comments

Color spaces of #e170a4

RGB 225112164
HSL0.920.650.66
HSV332°50°88°
CMYK 0.000.500.27   0.12
XYZ43.546330.276238.6707
Yxy30.27620.38710.2691
Hunter Lab55.023844.9747-3.1523
CIE-Lab61.891849.7150-7.3388

#e170a4 color RGB value is (225,112,164).

#e170a4 hex color red value is 225, green value is 112 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #e170a4 hue: 0.92 , saturation: 0.65 and the lightness value of e170a4 is 0.66.

The process color (four color CMYK) of #e170a4 color hex is 0.00, 0.50, 0.27, 0.12. Web safe color of #e170a4 is #cc6699. Color #e170a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 10100100
Octal 341 160 244
Decimal 225 112 164
Hex E1 70 A4

RGB Percentages of Color #e170a4

%44.91
%22.36
%32.73

CMYK Percentages of Color #e170a4

%0
%50
%27
%12

Triadic Colors of #e170a4

#e170a4 #a4e170 #70a4e1

Analogous Colors of #e170a4

#e170a4 #e17570 #e170dd

Monochromatic Colors of #e170a4

#e170a4

Complementary Color

#e170a4 #70e1ad

#e170a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170a4 Color CSS Codes

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

#e170a4 Text Font Color

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

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


#e170a4 Background Color

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

This div background color is #e170a4


#e170a4 Border Color

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

This div border color is #e170a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170a4


Comments

No comments written yet.

Please login to write comment.