Color Hex Logo

#e164de Color Hex

#E164DE
(225,100,222)
0 Favorites   0 Comments

Color spaces of #e164de

RGB 225100222
HSL0.840.680.64
HSV301°56°88°
CMYK 0.000.560.01   0.12
XYZ48.793330.395872.4025
Yxy30.39580.32190.2005
Hunter Lab55.132461.4945-39.2698
CIE-Lab61.994264.1717-40.0938

#e164de color RGB value is (225,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 11011110
Octal 341 144 336
Decimal 225 100 222
Hex E1 64 DE

RGB Percentages of Color #e164de

%41.13
%18.28
%40.59

CMYK Percentages of Color #e164de

%0
%56
%1
%12

Triadic Colors of #e164de

#e164de #dee164 #64dee1

Analogous Colors of #e164de

#e164de #e164a0 #a664e1

Monochromatic Colors of #e164de

#e164de

Complementary Color

#e164de #64e167

#e164de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164de Color CSS Codes

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

#e164de Text Font Color

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

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


#e164de Background Color

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

This div background color is #e164de


#e164de Border Color

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

This div border color is #e164de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164de


Comments

No comments written yet.

Please login to write comment.