Color Hex Logo

#e7609e Color Hex

#E7609E
(231,96,158)
0 Favorites   0 Comments

Color spaces of #e7609e

RGB 23196158
HSL0.920.740.64
HSV332°58°91°
CMYK 0.000.580.32   0.09
XYZ43.309427.823335.4355
Yxy27.82330.40640.2611
Hunter Lab52.747854.2516-2.9070
CIE-Lab59.728858.3382-7.0029

#e7609e color RGB value is (231,96,158).

#e7609e hex color red value is 231, green value is 96 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e7609e hue: 0.92 , saturation: 0.74 and the lightness value of e7609e is 0.64.

The process color (four color CMYK) of #e7609e color hex is 0.00, 0.58, 0.32, 0.09. Web safe color of #e7609e is #ff6699. Color #e7609e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10011110
Octal 347 140 236
Decimal 231 96 158
Hex E7 60 9E

RGB Percentages of Color #e7609e

%47.63
%19.79
%32.58

CMYK Percentages of Color #e7609e

%0
%58
%32
%9

Triadic Colors of #e7609e

#e7609e #9ee760 #609ee7

Analogous Colors of #e7609e

#e7609e #e76660 #e760e2

Monochromatic Colors of #e7609e

#e7609e

Complementary Color

#e7609e #60e7a9

#e7609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7609e Color CSS Codes

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

#e7609e Text Font Color

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

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


#e7609e Background Color

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

This div background color is #e7609e


#e7609e Border Color

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

This div border color is #e7609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7609e


Comments

No comments written yet.

Please login to write comment.