Color Hex Logo

#e164dd Color Hex

#E164DD
(225,100,221)
0 Favorites   0 Comments

Color spaces of #e164dd

RGB 225100221
HSL0.840.680.64
HSV302°56°88°
CMYK 0.000.560.02   0.12
XYZ48.659730.342471.6986
Yxy30.34240.32290.2013
Hunter Lab55.083961.2853-38.6146
CIE-Lab61.948564.0030-39.6050

#e164dd color RGB value is (225,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 11011101
Octal 341 144 335
Decimal 225 100 221
Hex E1 64 DD

RGB Percentages of Color #e164dd

%41.21
%18.32
%40.48

CMYK Percentages of Color #e164dd

%0
%56
%2
%12

Triadic Colors of #e164dd

#e164dd #dde164 #64dde1

Analogous Colors of #e164dd

#e164dd #e1649f #a764e1

Monochromatic Colors of #e164dd

#e164dd

Complementary Color

#e164dd #64e168

#e164dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164dd Color CSS Codes

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

#e164dd Text Font Color

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

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


#e164dd Background Color

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

This div background color is #e164dd


#e164dd Border Color

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

This div border color is #e164dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,100,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 #e164dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164dd


Comments

No comments written yet.

Please login to write comment.