Color Hex Logo

#e98680 Color Hex

#E98680
(233,134,128)
0 Favorites   0 Comments

Color spaces of #e98680

RGB 233134128
HSL0.010.700.71
HSV45°91°
CMYK 0.000.420.45   0.09
XYZ46.025735.932324.9319
Yxy35.93230.43060.3362
Hunter Lab59.943632.154217.3004
CIE-Lab66.468237.170319.8296

#e98680 color RGB value is (233,134,128).

#e98680 hex color red value is 233, green value is 134 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e98680 hue: 0.01 , saturation: 0.70 and the lightness value of e98680 is 0.71.

The process color (four color CMYK) of #e98680 color hex is 0.00, 0.42, 0.45, 0.09. Web safe color of #e98680 is #ff9999. Color #e98680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000110 10000000
Octal 351 206 200
Decimal 233 134 128
Hex E9 86 80

RGB Percentages of Color #e98680

%47.07
%27.07
%25.86

CMYK Percentages of Color #e98680

%0
%42
%45
%9

Triadic Colors of #e98680

#e98680 #80e986 #8680e9

Analogous Colors of #e98680

#e98680 #e9bb80 #e980af

Monochromatic Colors of #e98680

#e98680

Complementary Color

#e98680 #80e3e9

#e98680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98680 Color CSS Codes

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

#e98680 Text Font Color

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

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


#e98680 Background Color

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

This div background color is #e98680


#e98680 Border Color

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

This div border color is #e98680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98680

#e98680 Color Palettes


Comments

No comments written yet.

Please login to write comment.