Color Hex Logo

#e69087 Color Hex

#E69087
(230,144,135)
0 Favorites   0 Comments

Color spaces of #e69087

RGB 230144135
HSL0.020.660.72
HSV41°90°
CMYK 0.000.370.41   0.10
XYZ46.979638.518827.8804
Yxy38.51880.41440.3397
Hunter Lab62.063526.506216.8100
CIE-Lab68.401331.532018.5177

#e69087 color RGB value is (230,144,135).

#e69087 hex color red value is 230, green value is 144 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e69087 hue: 0.02 , saturation: 0.66 and the lightness value of e69087 is 0.72.

The process color (four color CMYK) of #e69087 color hex is 0.00, 0.37, 0.41, 0.10. Web safe color of #e69087 is #ff9999. Color #e69087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 10000111
Octal 346 220 207
Decimal 230 144 135
Hex E6 90 87

RGB Percentages of Color #e69087

%45.19
%28.29
%26.52

CMYK Percentages of Color #e69087

%0
%37
%41
%10

Triadic Colors of #e69087

#e69087 #87e690 #9087e6

Analogous Colors of #e69087

#e69087 #e6c087 #e687ae

Monochromatic Colors of #e69087

#e69087

Complementary Color

#e69087 #87dde6

#e69087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69087 Color CSS Codes

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

#e69087 Text Font Color

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

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


#e69087 Background Color

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

This div background color is #e69087


#e69087 Border Color

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

This div border color is #e69087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,144,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e69087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e69087;
  -webkit-box-shadow: 1px 1px 3px 2px #e69087;
  box-shadow:         1px 1px 3px 2px #e69087; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,144,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69087


Comments

No comments written yet.

Please login to write comment.