Color Hex Logo

#420760 Color Hex

#420760
(66,7,96)
0 Favorites   0 Comments

Color spaces of #420760

RGB 66796
HSL0.780.860.20
HSV280°93°38°
CMYK 0.310.930.00   0.62
XYZ4.43412.154711.2485
Yxy2.15470.24860.1208
Hunter Lab14.678928.2320-35.1589
CIE-Lab16.279040.8607-38.1909

#420760 color RGB value is (66,7,96).

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

The process color (four color CMYK) of #420760 color hex is 0.31, 0.93, 0.00, 0.62. Web safe color of #420760 is #330066. Color #420760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 01100000
Octal 102 7 140
Decimal 66 7 96
Hex 42 7 60

RGB Percentages of Color #420760

%39.05
%4.14
%56.80

CMYK Percentages of Color #420760

%31
%93
%0
%62

Triadic Colors of #420760

#420760 #604207 #076042

Analogous Colors of #420760

#420760 #600752 #160760

Monochromatic Colors of #420760

#420760

Complementary Color

#420760 #256007

#420760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420760 Color CSS Codes

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

#420760 Text Font Color

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

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


#420760 Background Color

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

This div background color is #420760


#420760 Border Color

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

This div border color is #420760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420760


Comments

No comments written yet.

Please login to write comment.