Color Hex Logo

#e76098 Color Hex

#E76098
(231,96,152)
0 Favorites   0 Comments

Color spaces of #e76098

RGB 23196152
HSL0.930.740.64
HSV335°58°91°
CMYK 0.000.580.34   0.09
XYZ42.805427.621732.7812
Yxy27.62170.41470.2676
Hunter Lab52.556453.4087-0.1918
CIE-Lab59.545457.6302-3.7946

#e76098 color RGB value is (231,96,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10011000
Octal 347 140 230
Decimal 231 96 152
Hex E7 60 98

RGB Percentages of Color #e76098

%48.23
%20.04
%31.73

CMYK Percentages of Color #e76098

%0
%58
%34
%9

Triadic Colors of #e76098

#e76098 #98e760 #6098e7

Analogous Colors of #e76098

#e76098 #e76c60 #e760dc

Monochromatic Colors of #e76098

#e76098

Complementary Color

#e76098 #60e7af

#e76098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76098 Color CSS Codes

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

#e76098 Text Font Color

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

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


#e76098 Background Color

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

This div background color is #e76098


#e76098 Border Color

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

This div border color is #e76098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76098


Comments

No comments written yet.

Please login to write comment.