Color Hex Logo

#e98664 Color Hex

#E98664
(233,134,100)
0 Favorites   0 Comments

Color spaces of #e98664

RGB 233134100
HSL0.040.750.65
HSV15°57°91°
CMYK 0.000.420.57   0.09
XYZ44.429635.293916.5273
Yxy35.29390.46160.3667
Hunter Lab59.408729.528525.0918
CIE-Lab65.976834.695834.6526

#e98664 color RGB value is (233,134,100).

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

The process color (four color CMYK) of #e98664 color hex is 0.00, 0.42, 0.57, 0.09. Web safe color of #e98664 is #ff9966. Color #e98664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000110 01100100
Octal 351 206 144
Decimal 233 134 100
Hex E9 86 64

RGB Percentages of Color #e98664

%49.89
%28.69
%21.41

CMYK Percentages of Color #e98664

%0
%42
%57
%9

Triadic Colors of #e98664

#e98664 #64e986 #8664e9

Analogous Colors of #e98664

#e98664 #e9c964 #e96485

Monochromatic Colors of #e98664

#e98664

Complementary Color

#e98664 #64c7e9

#e98664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98664 Color CSS Codes

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

#e98664 Text Font Color

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

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


#e98664 Background Color

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

This div background color is #e98664


#e98664 Border Color

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

This div border color is #e98664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98664


Comments

No comments written yet.

Please login to write comment.