Color Hex Logo

#420795 Color Hex

#420795
(66,7,149)
0 Favorites   0 Comments

Color spaces of #420795

RGB 667149
HSL0.740.910.31
HSV265°95°58°
CMYK 0.560.950.00   0.42
XYZ7.74763.480128.6972
Yxy3.48010.19410.0872
Hunter Lab18.655041.4864-78.1478
CIE-Lab21.872353.5507-62.9329

#420795 color RGB value is (66,7,149).

#420795 hex color red value is 66, green value is 7 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #420795 hue: 0.74 , saturation: 0.91 and the lightness value of 420795 is 0.31.

The process color (four color CMYK) of #420795 color hex is 0.56, 0.95, 0.00, 0.42. Web safe color of #420795 is #330099. Color #420795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 10010101
Octal 102 7 225
Decimal 66 7 149
Hex 42 7 95

RGB Percentages of Color #420795

%29.73
%3.15
%67.12

CMYK Percentages of Color #420795

%56
%95
%0
%42

Triadic Colors of #420795

#420795 #954207 #079542

Analogous Colors of #420795

#420795 #890795 #071395

Monochromatic Colors of #420795

#420795

Complementary Color

#420795 #5a9507

#420795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420795 Color CSS Codes

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

#420795 Text Font Color

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

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


#420795 Background Color

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

This div background color is #420795


#420795 Border Color

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

This div border color is #420795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420795


Comments

No comments written yet.

Please login to write comment.