Color Hex Logo

#e160cd Color Hex

#E160CD
(225,96,205)
0 Favorites   0 Comments

Color spaces of #e160cd

RGB 22596205
HSL0.860.680.63
HSV309°57°88°
CMYK 0.000.570.09   0.12
XYZ46.253728.781160.8751
Yxy28.78110.34030.2118
Hunter Lab53.648060.0133-29.7235
CIE-Lab60.588063.1633-32.7136

#e160cd color RGB value is (225,96,205).

#e160cd hex color red value is 225, green value is 96 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e160cd hue: 0.86 , saturation: 0.68 and the lightness value of e160cd is 0.63.

The process color (four color CMYK) of #e160cd color hex is 0.00, 0.57, 0.09, 0.12. Web safe color of #e160cd is #cc66cc. Color #e160cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 11001101
Octal 341 140 315
Decimal 225 96 205
Hex E1 60 CD

RGB Percentages of Color #e160cd

%42.78
%18.25
%38.97

CMYK Percentages of Color #e160cd

%0
%57
%9
%12

Triadic Colors of #e160cd

#e160cd #cde160 #60cde1

Analogous Colors of #e160cd

#e160cd #e1608d #b560e1

Monochromatic Colors of #e160cd

#e160cd

Complementary Color

#e160cd #60e174

#e160cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e160cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e160cd Color CSS Codes

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

#e160cd Text Font Color

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

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


#e160cd Background Color

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

This div background color is #e160cd


#e160cd Border Color

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

This div border color is #e160cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e160cd


Comments

No comments written yet.

Please login to write comment.