Color Hex Logo

#e164ff Color Hex

#E164FF
(225,100,255)
0 Favorites   0 Comments

Color spaces of #e164ff

RGB 225100255
HSL0.801.000.70
HSV288°61°100°
CMYK 0.120.610.00   0.00
XYZ53.658532.341998.0222
Yxy32.34190.29160.1757
Hunter Lab56.869968.8977-62.3845
CIE-Lab63.624570.0321-55.8324

#e164ff color RGB value is (225,100,255).

#e164ff hex color red value is 225, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e164ff hue: 0.80 , saturation: 1.00 and the lightness value of e164ff is 0.70.

The process color (four color CMYK) of #e164ff color hex is 0.12, 0.61, 0.00, 0.00. Web safe color of #e164ff is #cc66ff. Color #e164ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 11111111
Octal 341 144 377
Decimal 225 100 255
Hex E1 64 FF

RGB Percentages of Color #e164ff

%38.79
%17.24
%43.97

CMYK Percentages of Color #e164ff

%12
%61
%0
%0

Triadic Colors of #e164ff

#e164ff #ffe164 #64ffe1

Analogous Colors of #e164ff

#e164ff #ff64d0 #9464ff

Monochromatic Colors of #e164ff

#e164ff

Complementary Color

#e164ff #82ff64

#e164ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164ff Color CSS Codes

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

#e164ff Text Font Color

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

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


#e164ff Background Color

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

This div background color is #e164ff


#e164ff Border Color

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

This div border color is #e164ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164ff

Related Colors


Comments

No comments written yet.

Please login to write comment.