Color Hex Logo

#e96952 Color Hex

#E96952
(233,105,82)
0 Favorites   0 Comments

Color spaces of #e96952

RGB 23310582
HSL0.030.770.62
HSV65°91°
CMYK 0.000.550.65   0.09
XYZ40.178828.036011.2765
Yxy28.03600.50540.3527
Hunter Lab52.949042.788624.4374
CIE-Lab59.921248.005136.9765

#e96952 color RGB value is (233,105,82).

#e96952 hex color red value is 233, green value is 105 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e96952 hue: 0.03 , saturation: 0.77 and the lightness value of e96952 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101001 01010010
Octal 351 151 122
Decimal 233 105 82
Hex E9 69 52

RGB Percentages of Color #e96952

%55.48
%25.00
%19.52

CMYK Percentages of Color #e96952

%0
%55
%65
%9

Triadic Colors of #e96952

#e96952 #52e969 #6952e9

Analogous Colors of #e96952

#e96952 #e9b552 #e95287

Monochromatic Colors of #e96952

#e96952

Complementary Color

#e96952 #52d2e9

#e96952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96952 Color CSS Codes

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

#e96952 Text Font Color

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

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


#e96952 Background Color

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

This div background color is #e96952


#e96952 Border Color

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

This div border color is #e96952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96952


Comments

No comments written yet.

Please login to write comment.