Color Hex Logo

#e69dae Color Hex

#E69DAE
(230,157,174)
0 Favorites   0 Comments

Color spaces of #e69dae

RGB 230157174
HSL0.960.590.76
HSV346°32°90°
CMYK 0.000.320.24   0.10
XYZ52.330143.992945.7778
Yxy43.99290.36830.3096
Hunter Lab66.327124.75865.5081
CIE-Lab72.223829.52752.2812

#e69dae color RGB value is (230,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011101 10101110
Octal 346 235 256
Decimal 230 157 174
Hex E6 9D AE

RGB Percentages of Color #e69dae

%41.00
%27.99
%31.02

CMYK Percentages of Color #e69dae

%0
%32
%24
%10

Triadic Colors of #e69dae

#e69dae #aee69d #9daee6

Analogous Colors of #e69dae

#e69dae #e6b19d #e69dd3

Monochromatic Colors of #e69dae

#e69dae

Complementary Color

#e69dae #9de6d5

#e69dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69dae Color CSS Codes

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

#e69dae Text Font Color

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

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


#e69dae Background Color

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

This div background color is #e69dae


#e69dae Border Color

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

This div border color is #e69dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,157,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 #e69dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69dae


Comments

No comments written yet.

Please login to write comment.