Color Hex Logo

#e163ee Color Hex

#E163EE
(225,99,238)
0 Favorites   0 Comments

Color spaces of #e163ee

RGB 22599238
HSL0.820.800.66
HSV294°58°93°
CMYK 0.050.580.00   0.07
XYZ50.945831.104384.2075
Yxy31.10430.30640.1871
Hunter Lab55.771265.4562-50.4805
CIE-Lab62.595667.3824-48.0710

#e163ee color RGB value is (225,99,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 11101110
Octal 341 143 356
Decimal 225 99 238
Hex E1 63 EE

RGB Percentages of Color #e163ee

%40.04
%17.62
%42.35

CMYK Percentages of Color #e163ee

%5
%58
%0
%7

Triadic Colors of #e163ee

#e163ee #eee163 #63eee1

Analogous Colors of #e163ee

#e163ee #ee63b6 #9c63ee

Monochromatic Colors of #e163ee

#e163ee

Complementary Color

#e163ee #70ee63

#e163ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e163ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e163ee Color CSS Codes

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

#e163ee Text Font Color

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

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


#e163ee Background Color

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

This div background color is #e163ee


#e163ee Border Color

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

This div border color is #e163ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e163ee


Comments

No comments written yet.

Please login to write comment.