Color Hex Logo

#e76992 Color Hex

#E76992
(231,105,146)
0 Favorites   0 Comments

Color spaces of #e76992

RGB 231105146
HSL0.950.720.66
HSV340°55°91°
CMYK 0.000.550.37   0.09
XYZ43.194929.167430.5474
Yxy29.16740.41970.2834
Hunter Lab54.006948.25304.2691
CIE-Lab60.929152.82501.7077

#e76992 color RGB value is (231,105,146).

#e76992 hex color red value is 231, green value is 105 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e76992 hue: 0.95 , saturation: 0.72 and the lightness value of e76992 is 0.66.

The process color (four color CMYK) of #e76992 color hex is 0.00, 0.55, 0.37, 0.09. Web safe color of #e76992 is #ff6699. Color #e76992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 10010010
Octal 347 151 222
Decimal 231 105 146
Hex E7 69 92

RGB Percentages of Color #e76992

%47.93
%21.78
%30.29

CMYK Percentages of Color #e76992

%0
%55
%37
%9

Triadic Colors of #e76992

#e76992 #92e769 #6992e7

Analogous Colors of #e76992

#e76992 #e77f69 #e769d1

Monochromatic Colors of #e76992

#e76992

Complementary Color

#e76992 #69e7be

#e76992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76992 Color CSS Codes

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

#e76992 Text Font Color

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

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


#e76992 Background Color

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

This div background color is #e76992


#e76992 Border Color

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

This div border color is #e76992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76992


Comments

No comments written yet.

Please login to write comment.