Color Hex Logo

#e664ff Color Hex

#E664FF
(230,100,255)
1 Favorites   0 Comments

Color spaces of #e664ff

RGB 230100255
HSL0.811.000.70
HSV290°61°100°
CMYK 0.100.610.00   0.00
XYZ55.240333.157398.0963
Yxy33.15730.29620.1778
Hunter Lab57.582470.4706-60.6977
CIE-Lab64.288171.1931-54.7369

#e664ff color RGB value is (230,100,255).

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

The process color (four color CMYK) of #e664ff color hex is 0.10, 0.61, 0.00, 0.00. Web safe color of #e664ff is #ff66ff. Color #e664ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100100 11111111
Octal 346 144 377
Decimal 230 100 255
Hex E6 64 FF

RGB Percentages of Color #e664ff

%39.32
%17.09
%43.59

CMYK Percentages of Color #e664ff

%10
%61
%0
%0

Triadic Colors of #e664ff

#e664ff #ffe664 #64ffe6

Analogous Colors of #e664ff

#e664ff #ff64cb #9964ff

Monochromatic Colors of #e664ff

#e664ff

Complementary Color

#e664ff #7dff64

#e664ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e664ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e664ff Color CSS Codes

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

#e664ff Text Font Color

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

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


#e664ff Background Color

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

This div background color is #e664ff


#e664ff Border Color

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

This div border color is #e664ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e664ff

#e664ff Color Palettes


Comments

No comments written yet.

Please login to write comment.