Color Hex Logo

#e96686 Color Hex

#E96686
(233,102,134)
0 Favorites   0 Comments

Color spaces of #e96686

RGB 233102134
HSL0.960.750.66
HSV345°56°91°
CMYK 0.000.560.42   0.09
XYZ42.658728.547625.8161
Yxy28.54760.43970.2942
Hunter Lab53.430049.01278.7534
CIE-Lab60.380353.59337.9036

#e96686 color RGB value is (233,102,134).

#e96686 hex color red value is 233, green value is 102 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e96686 hue: 0.96 , saturation: 0.75 and the lightness value of e96686 is 0.66.

The process color (four color CMYK) of #e96686 color hex is 0.00, 0.56, 0.42, 0.09. Web safe color of #e96686 is #ff6699. Color #e96686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100110 10000110
Octal 351 146 206
Decimal 233 102 134
Hex E9 66 86

RGB Percentages of Color #e96686

%49.68
%21.75
%28.57

CMYK Percentages of Color #e96686

%0
%56
%42
%9

Triadic Colors of #e96686

#e96686 #86e966 #6686e9

Analogous Colors of #e96686

#e96686 #e98866 #e966c8

Monochromatic Colors of #e96686

#e96686

Complementary Color

#e96686 #66e9c9

#e96686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96686 Color CSS Codes

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

#e96686 Text Font Color

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

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


#e96686 Background Color

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

This div background color is #e96686


#e96686 Border Color

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

This div border color is #e96686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96686


Comments

No comments written yet.

Please login to write comment.