Color Hex Logo

#e76096 Color Hex

#E76096
(231,96,150)
0 Favorites   0 Comments

Color spaces of #e76096

RGB 23196150
HSL0.930.740.64
HSV336°58°91°
CMYK 0.000.580.35   0.09
XYZ42.642927.556731.9256
Yxy27.55670.41760.2698
Hunter Lab52.494553.13580.6877
CIE-Lab59.486157.4002-2.7203

#e76096 color RGB value is (231,96,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10010110
Octal 347 140 226
Decimal 231 96 150
Hex E7 60 96

RGB Percentages of Color #e76096

%48.43
%20.13
%31.45

CMYK Percentages of Color #e76096

%0
%58
%35
%9

Triadic Colors of #e76096

#e76096 #96e760 #6096e7

Analogous Colors of #e76096

#e76096 #e76e60 #e760da

Monochromatic Colors of #e76096

#e76096

Complementary Color

#e76096 #60e7b1

#e76096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76096 Color CSS Codes

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

#e76096 Text Font Color

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

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


#e76096 Background Color

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

This div background color is #e76096


#e76096 Border Color

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

This div border color is #e76096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76096


Comments

No comments written yet.

Please login to write comment.