Color Hex Logo

#420262 Color Hex

#420262
(66,2,98)
0 Favorites   0 Comments

Color spaces of #420262

RGB 66298
HSL0.780.960.20
HSV280°98°38°
CMYK 0.330.980.00   0.62
XYZ4.47312.083511.7217
Yxy2.08350.24470.1140
Hunter Lab14.434330.0558-38.0436
CIE-Lab15.919542.9366-40.1087

#420262 color RGB value is (66,2,98).

#420262 hex color red value is 66, green value is 2 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #420262 hue: 0.78 , saturation: 0.96 and the lightness value of 420262 is 0.20.

The process color (four color CMYK) of #420262 color hex is 0.33, 0.98, 0.00, 0.62. Web safe color of #420262 is #330066. Color #420262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 01100010
Octal 102 2 142
Decimal 66 2 98
Hex 42 2 62

RGB Percentages of Color #420262

%39.76
%1.20
%59.04

CMYK Percentages of Color #420262

%33
%98
%0
%62

Triadic Colors of #420262

#420262 #624202 #026242

Analogous Colors of #420262

#420262 #620252 #120262

Monochromatic Colors of #420262

#420262

Complementary Color

#420262 #226202

#420262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420262 Color CSS Codes

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

#420262 Text Font Color

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

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


#420262 Background Color

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

This div background color is #420262


#420262 Border Color

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

This div border color is #420262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420262


Comments

No comments written yet.

Please login to write comment.