Color Hex Logo

#e69eae Color Hex

#E69EAE
(230,158,174)
0 Favorites   0 Comments

Color spaces of #e69eae

RGB 230158174
HSL0.960.590.76
HSV347°31°90°
CMYK 0.000.310.24   0.10
XYZ52.500044.332745.8344
Yxy44.33270.36800.3107
Hunter Lab66.582824.22595.7938
CIE-Lab72.450328.99402.6101

#e69eae color RGB value is (230,158,174).

#e69eae hex color red value is 230, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e69eae hue: 0.96 , saturation: 0.59 and the lightness value of e69eae is 0.76.

The process color (four color CMYK) of #e69eae color hex is 0.00, 0.31, 0.24, 0.10. Web safe color of #e69eae is #ff9999. Color #e69eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011110 10101110
Octal 346 236 256
Decimal 230 158 174
Hex E6 9E AE

RGB Percentages of Color #e69eae

%40.93
%28.11
%30.96

CMYK Percentages of Color #e69eae

%0
%31
%24
%10

Triadic Colors of #e69eae

#e69eae #aee69e #9eaee6

Analogous Colors of #e69eae

#e69eae #e6b29e #e69ed2

Monochromatic Colors of #e69eae

#e69eae

Complementary Color

#e69eae #9ee6d6

#e69eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69eae Color CSS Codes

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

#e69eae Text Font Color

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

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


#e69eae Background Color

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

This div background color is #e69eae


#e69eae Border Color

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

This div border color is #e69eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69eae


Comments

No comments written yet.

Please login to write comment.