Color Hex Logo

#e170c2 Color Hex

#E170C2
(225,112,194)
0 Favorites   0 Comments

Color spaces of #e170c2

RGB 225112194
HSL0.880.650.66
HSV316°50°88°
CMYK 0.000.500.14   0.12
XYZ46.583131.490954.6621
Yxy31.49090.35090.2372
Hunter Lab56.116849.9704-18.4714
CIE-Lab62.919954.0433-22.8855

#e170c2 color RGB value is (225,112,194).

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

The process color (four color CMYK) of #e170c2 color hex is 0.00, 0.50, 0.14, 0.12. Web safe color of #e170c2 is #cc66cc. Color #e170c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 11000010
Octal 341 160 302
Decimal 225 112 194
Hex E1 70 C2

RGB Percentages of Color #e170c2

%42.37
%21.09
%36.53

CMYK Percentages of Color #e170c2

%0
%50
%14
%12

Triadic Colors of #e170c2

#e170c2 #c2e170 #70c2e1

Analogous Colors of #e170c2

#e170c2 #e1708a #c870e1

Monochromatic Colors of #e170c2

#e170c2

Complementary Color

#e170c2 #70e18f

#e170c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170c2 Color CSS Codes

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

#e170c2 Text Font Color

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

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


#e170c2 Background Color

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

This div background color is #e170c2


#e170c2 Border Color

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

This div border color is #e170c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170c2


Comments

No comments written yet.

Please login to write comment.