Color Hex Logo

#e96083 Color Hex

#E96083
(233,96,131)
0 Favorites   0 Comments

Color spaces of #e96083

RGB 23396131
HSL0.960.760.65
HSV345°59°91°
CMYK 0.000.590.44   0.09
XYZ41.883927.328124.5401
Yxy27.32810.44680.2915
Hunter Lab52.276351.53128.7608
CIE-Lab59.276856.01788.0750

#e96083 color RGB value is (233,96,131).

#e96083 hex color red value is 233, green value is 96 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #e96083 hue: 0.96 , saturation: 0.76 and the lightness value of e96083 is 0.65.

The process color (four color CMYK) of #e96083 color hex is 0.00, 0.59, 0.44, 0.09. Web safe color of #e96083 is #ff6699. Color #e96083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100000 10000011
Octal 351 140 203
Decimal 233 96 131
Hex E9 60 83

RGB Percentages of Color #e96083

%50.65
%20.87
%28.48

CMYK Percentages of Color #e96083

%0
%59
%44
%9

Triadic Colors of #e96083

#e96083 #83e960 #6083e9

Analogous Colors of #e96083

#e96083 #e98260 #e960c8

Monochromatic Colors of #e96083

#e96083

Complementary Color

#e96083 #60e9c6

#e96083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96083 Color CSS Codes

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

#e96083 Text Font Color

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

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


#e96083 Background Color

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

This div background color is #e96083


#e96083 Border Color

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

This div border color is #e96083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96083


Comments

No comments written yet.

Please login to write comment.