Color Hex Logo

#e163ec Color Hex

#E163EC
(225,99,236)
0 Favorites   0 Comments

Color spaces of #e163ec

RGB 22599236
HSL0.820.780.66
HSV295°58°93°
CMYK 0.050.580.00   0.07
XYZ50.653530.987482.6683
Yxy30.98740.30830.1886
Hunter Lab55.666365.0098-49.0833
CIE-Lab62.497067.0290-47.1156

#e163ec color RGB value is (225,99,236).

#e163ec hex color red value is 225, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e163ec hue: 0.82 , saturation: 0.78 and the lightness value of e163ec is 0.66.

The process color (four color CMYK) of #e163ec color hex is 0.05, 0.58, 0.00, 0.07. Web safe color of #e163ec is #cc66ff. Color #e163ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 11101100
Octal 341 143 354
Decimal 225 99 236
Hex E1 63 EC

RGB Percentages of Color #e163ec

%40.18
%17.68
%42.14

CMYK Percentages of Color #e163ec

%5
%58
%0
%7

Triadic Colors of #e163ec

#e163ec #ece163 #63ece1

Analogous Colors of #e163ec

#e163ec #ec63b3 #9d63ec

Monochromatic Colors of #e163ec

#e163ec

Complementary Color

#e163ec #6eec63

#e163ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e163ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e163ec Color CSS Codes

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

#e163ec Text Font Color

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

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


#e163ec Background Color

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

This div background color is #e163ec


#e163ec Border Color

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

This div border color is #e163ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,99,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e163ec


Comments

No comments written yet.

Please login to write comment.