Color Hex Logo

#e662ff Color Hex

#E662FF
(230,98,255)
0 Favorites   0 Comments

Color spaces of #e662ff

RGB 23098255
HSL0.811.000.69
HSV290°62°100°
CMYK 0.100.620.00   0.00
XYZ55.050832.778498.0331
Yxy32.77840.29620.1764
Hunter Lab57.252471.4441-61.4453
CIE-Lab63.981172.0387-55.2247

#e662ff color RGB value is (230,98,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 11111111
Octal 346 142 377
Decimal 230 98 255
Hex E6 62 FF

RGB Percentages of Color #e662ff

%39.45
%16.81
%43.74

CMYK Percentages of Color #e662ff

%10
%62
%0
%0

Triadic Colors of #e662ff

#e662ff #ffe662 #62ffe6

Analogous Colors of #e662ff

#e662ff #ff62ca #9862ff

Monochromatic Colors of #e662ff

#e662ff

Complementary Color

#e662ff #7bff62

#e662ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e662ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e662ff Color CSS Codes

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

#e662ff Text Font Color

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

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


#e662ff Background Color

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

This div background color is #e662ff


#e662ff Border Color

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

This div border color is #e662ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e662ff


Comments

No comments written yet.

Please login to write comment.