Color Hex Logo

#420466 Color Hex

#420466
(66,4,102)
0 Favorites   0 Comments

Color spaces of #420466

RGB 664102
HSL0.770.920.21
HSV278°96°40°
CMYK 0.350.960.00   0.60
XYZ4.68852.204412.7488
Yxy2.20440.23870.1122
Hunter Lab14.847230.3846-40.5172
CIE-Lab16.525343.1776-41.7656

#420466 color RGB value is (66,4,102).

#420466 hex color red value is 66, green value is 4 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #420466 hue: 0.77 , saturation: 0.92 and the lightness value of 420466 is 0.21.

The process color (four color CMYK) of #420466 color hex is 0.35, 0.96, 0.00, 0.60. Web safe color of #420466 is #330066. Color #420466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 01100110
Octal 102 4 146
Decimal 66 4 102
Hex 42 4 66

RGB Percentages of Color #420466

%38.37
%2.33
%59.30

CMYK Percentages of Color #420466

%35
%96
%0
%60

Triadic Colors of #420466

#420466 #664204 #046642

Analogous Colors of #420466

#420466 #660459 #110466

Monochromatic Colors of #420466

#420466

Complementary Color

#420466 #286604

#420466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420466 Color CSS Codes

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

#420466 Text Font Color

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

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


#420466 Background Color

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

This div background color is #420466


#420466 Border Color

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

This div border color is #420466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420466


Comments

No comments written yet.

Please login to write comment.