Color Hex Logo

#e663ff Color Hex

#E663FF
(230,99,255)
0 Favorites   0 Comments

Color spaces of #e663ff

RGB 23099255
HSL0.811.000.69
HSV290°61°100°
CMYK 0.100.610.00   0.00
XYZ55.145032.966798.0645
Yxy32.96670.29620.1771
Hunter Lab57.416670.9587-61.0725
CIE-Lab64.133971.6174-54.9818

#e663ff color RGB value is (230,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100011 11111111
Octal 346 143 377
Decimal 230 99 255
Hex E6 63 FF

RGB Percentages of Color #e663ff

%39.38
%16.95
%43.66

CMYK Percentages of Color #e663ff

%10
%61
%0
%0

Triadic Colors of #e663ff

#e663ff #ffe663 #63ffe6

Analogous Colors of #e663ff

#e663ff #ff63ca #9863ff

Monochromatic Colors of #e663ff

#e663ff

Complementary Color

#e663ff #7cff63

#e663ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e663ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e663ff Color CSS Codes

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

#e663ff Text Font Color

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

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


#e663ff Background Color

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

This div background color is #e663ff


#e663ff Border Color

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

This div border color is #e663ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e663ff

Related Colors


Comments

No comments written yet.

Please login to write comment.