Color Hex Logo

#662ade Color Hex

#662ADE
(102,42,222)
0 Favorites   0 Comments

Color spaces of #662ade

RGB 10242222
HSL0.720.730.52
HSV260°81°87°
CMYK 0.540.810.00   0.13
XYZ19.49239.754669.9627
Yxy9.75460.19650.0983
Hunter Lab31.232456.7463-110.9512
CIE-Lab37.398364.6918-80.5172

#662ade color RGB value is (102,42,222).

#662ade hex color red value is 102, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #662ade hue: 0.72 , saturation: 0.73 and the lightness value of 662ade is 0.52.

The process color (four color CMYK) of #662ade color hex is 0.54, 0.81, 0.00, 0.13. Web safe color of #662ade is #6633cc. Color #662ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101010 11011110
Octal 146 52 336
Decimal 102 42 222
Hex 66 2A DE

RGB Percentages of Color #662ade

%27.87
%11.48
%60.66

CMYK Percentages of Color #662ade

%54
%81
%0
%13

Triadic Colors of #662ade

#662ade #de662a #2ade66

Analogous Colors of #662ade

#662ade #c02ade #2a48de

Monochromatic Colors of #662ade

#662ade

Complementary Color

#662ade #a2de2a

#662ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#662ade Color CSS Codes

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

#662ade Text Font Color

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

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


#662ade Background Color

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

This div background color is #662ade


#662ade Border Color

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

This div border color is #662ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,42,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662ade;
  -webkit-box-shadow: 1px 1px 3px 2px #662ade;
  box-shadow:         1px 1px 3px 2px #662ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,42,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662ade


Comments

No comments written yet.

Please login to write comment.