Color Hex Logo

#e193ce Color Hex

#E193CE
(225,147,206)
0 Favorites   0 Comments

Color spaces of #e193ce

RGB 225147206
HSL0.870.570.73
HSV315°35°88°
CMYK 0.000.350.08   0.12
XYZ52.625641.331263.5966
Yxy41.33120.33400.2623
Hunter Lab64.289333.6091-13.6486
CIE-Lab70.407338.1268-18.2032

#e193ce color RGB value is (225,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 11001110
Octal 341 223 316
Decimal 225 147 206
Hex E1 93 CE

RGB Percentages of Color #e193ce

%38.93
%25.43
%35.64

CMYK Percentages of Color #e193ce

%0
%35
%8
%12

Triadic Colors of #e193ce

#e193ce #cee193 #93cee1

Analogous Colors of #e193ce

#e193ce #e193a7 #cd93e1

Monochromatic Colors of #e193ce

#e193ce

Complementary Color

#e193ce #93e1a6

#e193ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193ce Color CSS Codes

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

#e193ce Text Font Color

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

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


#e193ce Background Color

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

This div background color is #e193ce


#e193ce Border Color

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

This div border color is #e193ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193ce


Comments

No comments written yet.

Please login to write comment.