Color Hex Logo

#e093ce Color Hex

#E093CE
(224,147,206)
0 Favorites   0 Comments

Color spaces of #e093ce

RGB 224147206
HSL0.870.550.73
HSV314°34°88°
CMYK 0.000.340.08   0.12
XYZ52.314841.171063.5820
Yxy41.17100.33310.2621
Hunter Lab64.164633.2468-13.8364
CIE-Lab70.295637.7987-18.3831

#e093ce color RGB value is (224,147,206).

#e093ce hex color red value is 224, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e093ce hue: 0.87 , saturation: 0.55 and the lightness value of e093ce is 0.73.

The process color (four color CMYK) of #e093ce color hex is 0.00, 0.34, 0.08, 0.12. Web safe color of #e093ce is #cc99cc. Color #e093ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 11001110
Octal 340 223 316
Decimal 224 147 206
Hex E0 93 CE

RGB Percentages of Color #e093ce

%38.82
%25.48
%35.70

CMYK Percentages of Color #e093ce

%0
%34
%8
%12

Triadic Colors of #e093ce

#e093ce #cee093 #93cee0

Analogous Colors of #e093ce

#e093ce #e093a8 #cc93e0

Monochromatic Colors of #e093ce

#e093ce

Complementary Color

#e093ce #93e0a5

#e093ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e093ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e093ce Color CSS Codes

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

#e093ce Text Font Color

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

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


#e093ce Background Color

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

This div background color is #e093ce


#e093ce Border Color

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

This div border color is #e093ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e093ce


Comments

No comments written yet.

Please login to write comment.