Color Hex Logo

#e96868 Color Hex

#E96868
(233,104,104)
0 Favorites   0 Comments

Color spaces of #e96868

RGB 233104104
HSL0.000.750.66
HSV55°91°
CMYK 0.000.550.55   0.09
XYZ41.053328.223716.3807
Yxy28.22370.47930.3295
Hunter Lab53.126044.966118.9069
CIE-Lab60.090349.979424.8198

#e96868 color RGB value is (233,104,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 01101000
Octal 351 150 150
Decimal 233 104 104
Hex E9 68 68

RGB Percentages of Color #e96868

%52.83
%23.58
%23.58

CMYK Percentages of Color #e96868

%0
%55
%55
%9

Triadic Colors of #e96868

#e96868 #68e968 #6868e9

Analogous Colors of #e96868

#e96868 #e9a968 #e968a9

Monochromatic Colors of #e96868

#e96868

Complementary Color

#e96868 #68e9e9

#e96868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96868 Color CSS Codes

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

#e96868 Text Font Color

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

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


#e96868 Background Color

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

This div background color is #e96868


#e96868 Border Color

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

This div border color is #e96868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96868

#e96868 Color Palettes


Comments

No comments written yet.

Please login to write comment.