Color Hex Logo

#e89670 Color Hex

#E89670
(232,150,112)
0 Favorites   0 Comments

Color spaces of #e89670

RGB 232150112
HSL0.050.720.67
HSV19°52°91°
CMYK 0.000.350.52   0.09
XYZ47.109740.138320.5938
Yxy40.13830.43680.3722
Hunter Lab63.354821.859125.0758
CIE-Lab69.567926.867832.7273

#e89670 color RGB value is (232,150,112).

#e89670 hex color red value is 232, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e89670 hue: 0.05 , saturation: 0.72 and the lightness value of e89670 is 0.67.

The process color (four color CMYK) of #e89670 color hex is 0.00, 0.35, 0.52, 0.09. Web safe color of #e89670 is #ff9966. Color #e89670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010110 01110000
Octal 350 226 160
Decimal 232 150 112
Hex E8 96 70

RGB Percentages of Color #e89670

%46.96
%30.36
%22.67

CMYK Percentages of Color #e89670

%0
%35
%52
%9

Triadic Colors of #e89670

#e89670 #70e896 #9670e8

Analogous Colors of #e89670

#e89670 #e8d270 #e87086

Monochromatic Colors of #e89670

#e89670

Complementary Color

#e89670 #70c2e8

#e89670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89670 Color CSS Codes

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

#e89670 Text Font Color

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

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


#e89670 Background Color

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

This div background color is #e89670


#e89670 Border Color

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

This div border color is #e89670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,150,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e89670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e89670;
  -webkit-box-shadow: 1px 1px 3px 2px #e89670;
  box-shadow:         1px 1px 3px 2px #e89670; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89670


Comments

No comments written yet.

Please login to write comment.