Color Hex Logo

#e08eca Color Hex

#E08ECA
(224,142,202)
0 Favorites   0 Comments

Color spaces of #e08eca

RGB 224142202
HSL0.880.570.72
HSV316°37°88°
CMYK 0.000.370.10   0.12
XYZ51.074139.457660.8013
Yxy39.45760.33750.2607
Hunter Lab62.815335.2087-13.4183
CIE-Lab69.081439.7667-18.0030

#e08eca color RGB value is (224,142,202).

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

The process color (four color CMYK) of #e08eca color hex is 0.00, 0.37, 0.10, 0.12. Web safe color of #e08eca is #cc99cc. Color #e08eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001110 11001010
Octal 340 216 312
Decimal 224 142 202
Hex E0 8E CA

RGB Percentages of Color #e08eca

%39.44
%25.00
%35.56

CMYK Percentages of Color #e08eca

%0
%37
%10
%12

Triadic Colors of #e08eca

#e08eca #cae08e #8ecae0

Analogous Colors of #e08eca

#e08eca #e08ea1 #cd8ee0

Monochromatic Colors of #e08eca

#e08eca

Complementary Color

#e08eca #8ee0a4

#e08eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08eca Color CSS Codes

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

#e08eca Text Font Color

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

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


#e08eca Background Color

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

This div background color is #e08eca


#e08eca Border Color

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

This div border color is #e08eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,142,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08eca


Comments

No comments written yet.

Please login to write comment.