Color Hex Logo

#e08fae Color Hex

#E08FAE
(224,143,174)
0 Favorites   0 Comments

Color spaces of #e08fae

RGB 224143174
HSL0.940.570.72
HSV337°36°88°
CMYK 0.000.360.22   0.12
XYZ48.202938.548244.9444
Yxy38.54820.36600.2927
Hunter Lab62.087229.93020.5415
CIE-Lab68.422734.8414-3.3575

#e08fae color RGB value is (224,143,174).

#e08fae hex color red value is 224, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e08fae hue: 0.94 , saturation: 0.57 and the lightness value of e08fae is 0.72.

The process color (four color CMYK) of #e08fae color hex is 0.00, 0.36, 0.22, 0.12. Web safe color of #e08fae is #cc9999. Color #e08fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 10101110
Octal 340 217 256
Decimal 224 143 174
Hex E0 8F AE

RGB Percentages of Color #e08fae

%41.40
%26.43
%32.16

CMYK Percentages of Color #e08fae

%0
%36
%22
%12

Triadic Colors of #e08fae

#e08fae #aee08f #8faee0

Analogous Colors of #e08fae

#e08fae #e0998f #e08fd7

Monochromatic Colors of #e08fae

#e08fae

Complementary Color

#e08fae #8fe0c1

#e08fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fae Color CSS Codes

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

#e08fae Text Font Color

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

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


#e08fae Background Color

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

This div background color is #e08fae


#e08fae Border Color

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

This div border color is #e08fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fae


Comments

No comments written yet.

Please login to write comment.