Color Hex Logo

#e69fae Color Hex

#E69FAE
(230,159,174)
0 Favorites   0 Comments

Color spaces of #e69fae

RGB 230159174
HSL0.960.590.76
HSV347°31°90°
CMYK 0.000.310.24   0.10
XYZ52.671244.675345.8915
Yxy44.67530.36770.3119
Hunter Lab66.839623.69306.0797
CIE-Lab72.677628.45982.9398

#e69fae color RGB value is (230,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 10101110
Octal 346 237 256
Decimal 230 159 174
Hex E6 9F AE

RGB Percentages of Color #e69fae

%40.85
%28.24
%30.91

CMYK Percentages of Color #e69fae

%0
%31
%24
%10

Triadic Colors of #e69fae

#e69fae #aee69f #9faee6

Analogous Colors of #e69fae

#e69fae #e6b49f #e69fd2

Monochromatic Colors of #e69fae

#e69fae

Complementary Color

#e69fae #9fe6d7

#e69fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69fae Color CSS Codes

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

#e69fae Text Font Color

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

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


#e69fae Background Color

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

This div background color is #e69fae


#e69fae Border Color

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

This div border color is #e69fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69fae


Comments

No comments written yet.

Please login to write comment.