Color Hex Logo

#e163df Color Hex

#E163DF
(225,99,223)
0 Favorites   0 Comments

Color spaces of #e163df

RGB 22599223
HSL0.840.680.64
HSV301°56°88°
CMYK 0.000.560.01   0.12
XYZ48.832530.258973.0788
Yxy30.25890.32090.1988
Hunter Lab55.008162.1962-40.2617
CIE-Lab61.877064.7844-40.8378

#e163df color RGB value is (225,99,223).

#e163df hex color red value is 225, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e163df hue: 0.84 , saturation: 0.68 and the lightness value of e163df is 0.64.

The process color (four color CMYK) of #e163df color hex is 0.00, 0.56, 0.01, 0.12. Web safe color of #e163df is #cc66cc. Color #e163df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 11011111
Octal 341 143 337
Decimal 225 99 223
Hex E1 63 DF

RGB Percentages of Color #e163df

%41.13
%18.10
%40.77

CMYK Percentages of Color #e163df

%0
%56
%1
%12

Triadic Colors of #e163df

#e163df #dfe163 #63dfe1

Analogous Colors of #e163df

#e163df #e163a0 #a463e1

Monochromatic Colors of #e163df

#e163df

Complementary Color

#e163df #63e165

#e163df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e163df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e163df Color CSS Codes

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

#e163df Text Font Color

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

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


#e163df Background Color

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

This div background color is #e163df


#e163df Border Color

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

This div border color is #e163df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e163df


Comments

No comments written yet.

Please login to write comment.