Color Hex Logo

#e160bc Color Hex

#E160BC
(225,96,188)
0 Favorites   0 Comments

Color spaces of #e160bc

RGB 22596188
HSL0.880.680.63
HSV317°57°88°
CMYK 0.000.570.16   0.12
XYZ44.311328.004150.6468
Yxy28.00410.36040.2277
Hunter Lab52.918956.8577-19.7011
CIE-Lab59.892460.5770-24.1137

#e160bc color RGB value is (225,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 10111100
Octal 341 140 274
Decimal 225 96 188
Hex E1 60 BC

RGB Percentages of Color #e160bc

%44.20
%18.86
%36.94

CMYK Percentages of Color #e160bc

%0
%57
%16
%12

Triadic Colors of #e160bc

#e160bc #bce160 #60bce1

Analogous Colors of #e160bc

#e160bc #e1607c #c660e1

Monochromatic Colors of #e160bc

#e160bc

Complementary Color

#e160bc #60e185

#e160bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e160bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e160bc Color CSS Codes

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

#e160bc Text Font Color

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

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


#e160bc Background Color

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

This div background color is #e160bc


#e160bc Border Color

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

This div border color is #e160bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e160bc


Comments

No comments written yet.

Please login to write comment.