Color Hex Logo

#e164ed Color Hex

#E164ED
(225,100,237)
0 Favorites   0 Comments

Color spaces of #e164ed

RGB 225100237
HSL0.820.790.66
HSV295°58°93°
CMYK 0.050.580.00   0.07
XYZ50.894631.236383.4675
Yxy31.23630.30730.1886
Hunter Lab55.889464.7409-49.4234
CIE-Lab62.706666.7677-47.3403

#e164ed color RGB value is (225,100,237).

#e164ed hex color red value is 225, green value is 100 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e164ed hue: 0.82 , saturation: 0.79 and the lightness value of e164ed is 0.66.

The process color (four color CMYK) of #e164ed color hex is 0.05, 0.58, 0.00, 0.07. Web safe color of #e164ed is #cc66ff. Color #e164ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 11101101
Octal 341 144 355
Decimal 225 100 237
Hex E1 64 ED

RGB Percentages of Color #e164ed

%40.04
%17.79
%42.17

CMYK Percentages of Color #e164ed

%5
%58
%0
%7

Triadic Colors of #e164ed

#e164ed #ede164 #64ede1

Analogous Colors of #e164ed

#e164ed #ed64b5 #9d64ed

Monochromatic Colors of #e164ed

#e164ed

Complementary Color

#e164ed #70ed64

#e164ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164ed Color CSS Codes

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

#e164ed Text Font Color

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

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


#e164ed Background Color

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

This div background color is #e164ed


#e164ed Border Color

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

This div border color is #e164ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164ed


Comments

No comments written yet.

Please login to write comment.