Color Hex Logo

#e162dd Color Hex

#E162DD
(225,98,221)
0 Favorites   0 Comments

Color spaces of #e162dd

RGB 22598221
HSL0.840.680.63
HSV302°56°88°
CMYK 0.000.560.02   0.12
XYZ48.470229.963471.6355
Yxy29.96340.32300.1997
Hunter Lab54.738862.2654-39.2743
CIE-Lab61.622664.8878-40.1159

#e162dd color RGB value is (225,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 11011101
Octal 341 142 335
Decimal 225 98 221
Hex E1 62 DD

RGB Percentages of Color #e162dd

%41.36
%18.01
%40.63

CMYK Percentages of Color #e162dd

%0
%56
%2
%12

Triadic Colors of #e162dd

#e162dd #dde162 #62dde1

Analogous Colors of #e162dd

#e162dd #e1629e #a662e1

Monochromatic Colors of #e162dd

#e162dd

Complementary Color

#e162dd #62e166

#e162dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e162dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e162dd Color CSS Codes

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

#e162dd Text Font Color

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

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


#e162dd Background Color

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

This div background color is #e162dd


#e162dd Border Color

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

This div border color is #e162dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e162dd


Comments

No comments written yet.

Please login to write comment.