Color Hex Logo

#e16ade Color Hex

#E16ADE
(225,106,222)
0 Favorites   0 Comments

Color spaces of #e16ade

RGB 225106222
HSL0.840.660.65
HSV302°53°88°
CMYK 0.000.530.01   0.12
XYZ49.390231.589572.6015
Yxy31.58950.32160.2057
Hunter Lab56.204558.5004-37.2439
CIE-Lab63.002161.4532-38.5158

#e16ade color RGB value is (225,106,222).

#e16ade hex color red value is 225, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e16ade hue: 0.84 , saturation: 0.66 and the lightness value of e16ade is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11011110
Octal 341 152 336
Decimal 225 106 222
Hex E1 6A DE

RGB Percentages of Color #e16ade

%40.69
%19.17
%40.14

CMYK Percentages of Color #e16ade

%0
%53
%1
%12

Triadic Colors of #e16ade

#e16ade #dee16a #6adee1

Analogous Colors of #e16ade

#e16ade #e16aa3 #a96ae1

Monochromatic Colors of #e16ade

#e16ade

Complementary Color

#e16ade #6ae16d

#e16ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ade Color CSS Codes

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

#e16ade Text Font Color

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

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


#e16ade Background Color

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

This div background color is #e16ade


#e16ade Border Color

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

This div border color is #e16ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ade


Comments

No comments written yet.

Please login to write comment.