Color Hex Logo

#e1608e Color Hex

#E1608E
(225,96,142)
1 Favorites   0 Comments

Color spaces of #e1608e

RGB 22596142
HSL0.940.680.63
HSV339°57°88°
CMYK 0.000.570.37   0.12
XYZ40.116726.326328.5583
Yxy26.32630.42230.2771
Hunter Lab51.309249.77142.9160
CIE-Lab58.345554.60380.1590

#e1608e color RGB value is (225,96,142).

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

The process color (four color CMYK) of #e1608e color hex is 0.00, 0.57, 0.37, 0.12. Web safe color of #e1608e is #cc6699. Color #e1608e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 10001110
Octal 341 140 216
Decimal 225 96 142
Hex E1 60 8E

RGB Percentages of Color #e1608e

%48.60
%20.73
%30.67

CMYK Percentages of Color #e1608e

%0
%57
%37
%12

Triadic Colors of #e1608e

#e1608e #8ee160 #608ee1

Analogous Colors of #e1608e

#e1608e #e17360 #e160cf

Monochromatic Colors of #e1608e

#e1608e

Complementary Color

#e1608e #60e1b3

#e1608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1608e Color CSS Codes

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

#e1608e Text Font Color

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

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


#e1608e Background Color

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

This div background color is #e1608e


#e1608e Border Color

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

This div border color is #e1608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1608e


Comments

No comments written yet.

Please login to write comment.