Color Hex Logo

#420ade Color Hex

#420ADE
(66,10,222)
0 Favorites   0 Comments

Color spaces of #420ade

RGB 6610222
HSL0.710.910.45
HSV256°95°87°
CMYK 0.700.950.00   0.13
XYZ15.54016.649369.5716
Yxy6.64930.16940.0725
Hunter Lab25.786262.4473-141.9148
CIE-Lab30.994870.8424-91.2356

#420ade color RGB value is (66,10,222).

#420ade hex color red value is 66, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #420ade hue: 0.71 , saturation: 0.91 and the lightness value of 420ade is 0.45.

The process color (four color CMYK) of #420ade color hex is 0.70, 0.95, 0.00, 0.13. Web safe color of #420ade is #3300cc. Color #420ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001010 11011110
Octal 102 12 336
Decimal 66 10 222
Hex 42 A DE

RGB Percentages of Color #420ade

%22.15
%3.36
%74.50

CMYK Percentages of Color #420ade

%70
%95
%0
%13

Triadic Colors of #420ade

#420ade #de420a #0ade42

Analogous Colors of #420ade

#420ade #ac0ade #0a3cde

Monochromatic Colors of #420ade

#420ade

Complementary Color

#420ade #a6de0a

#420ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#420ade Color CSS Codes

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

#420ade Text Font Color

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

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


#420ade Background Color

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

This div background color is #420ade


#420ade Border Color

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

This div border color is #420ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420ade


Comments

No comments written yet.

Please login to write comment.