Color Hex Logo

#e99368 Color Hex

#E99368
(233,147,104)
0 Favorites   0 Comments

Color spaces of #e99368

RGB 233147104
HSL0.060.750.66
HSV20°55°91°
CMYK 0.000.370.55   0.09
XYZ46.536739.190618.2085
Yxy39.19060.44770.3771
Hunter Lab62.602423.137226.5766
CIE-Lab68.889128.182936.1724

#e99368 color RGB value is (233,147,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010011 01101000
Octal 351 223 150
Decimal 233 147 104
Hex E9 93 68

RGB Percentages of Color #e99368

%48.14
%30.37
%21.49

CMYK Percentages of Color #e99368

%0
%37
%55
%9

Triadic Colors of #e99368

#e99368 #68e993 #9368e9

Analogous Colors of #e99368

#e99368 #e9d468 #e9687e

Monochromatic Colors of #e99368

#e99368

Complementary Color

#e99368 #68bee9

#e99368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99368 Color CSS Codes

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

#e99368 Text Font Color

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

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


#e99368 Background Color

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

This div background color is #e99368


#e99368 Border Color

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

This div border color is #e99368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,147,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 #e99368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99368


Comments

No comments written yet.

Please login to write comment.