Color Hex Logo

#e08eae Color Hex

#E08EAE
(224,142,174)
0 Favorites   0 Comments

Color spaces of #e08eae

RGB 224142174
HSL0.930.570.72
HSV337°37°88°
CMYK 0.000.370.22   0.12
XYZ48.053538.249344.8946
Yxy38.24930.36630.2915
Hunter Lab61.846030.46150.2531
CIE-Lab68.204035.3720-3.6796

#e08eae color RGB value is (224,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001110 10101110
Octal 340 216 256
Decimal 224 142 174
Hex E0 8E AE

RGB Percentages of Color #e08eae

%41.48
%26.30
%32.22

CMYK Percentages of Color #e08eae

%0
%37
%22
%12

Triadic Colors of #e08eae

#e08eae #aee08e #8eaee0

Analogous Colors of #e08eae

#e08eae #e0978e #e08ed7

Monochromatic Colors of #e08eae

#e08eae

Complementary Color

#e08eae #8ee0c0

#e08eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08eae Color CSS Codes

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

#e08eae Text Font Color

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

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


#e08eae Background Color

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

This div background color is #e08eae


#e08eae Border Color

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

This div border color is #e08eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08eae


Comments

No comments written yet.

Please login to write comment.