Color Hex Logo

#420771 Color Hex

#420771
(66,7,113)
0 Favorites   0 Comments

Color spaces of #420771

RGB 667113
HSL0.760.880.24
HSV273°94°44°
CMYK 0.420.940.00   0.56
XYZ5.30342.502515.8263
Yxy2.50250.22440.1059
Hunter Lab15.819332.1582-48.2428
CIE-Lab17.929944.8128-46.6567

#420771 color RGB value is (66,7,113).

#420771 hex color red value is 66, green value is 7 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #420771 hue: 0.76 , saturation: 0.88 and the lightness value of 420771 is 0.24.

The process color (four color CMYK) of #420771 color hex is 0.42, 0.94, 0.00, 0.56. Web safe color of #420771 is #330066. Color #420771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 01110001
Octal 102 7 161
Decimal 66 7 113
Hex 42 7 71

RGB Percentages of Color #420771

%35.48
%3.76
%60.75

CMYK Percentages of Color #420771

%42
%94
%0
%56

Triadic Colors of #420771

#420771 #714207 #077142

Analogous Colors of #420771

#420771 #71076b #0d0771

Monochromatic Colors of #420771

#420771

Complementary Color

#420771 #367107

#420771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420771 Color CSS Codes

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

#420771 Text Font Color

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

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


#420771 Background Color

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

This div background color is #420771


#420771 Border Color

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

This div border color is #420771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420771


Comments

No comments written yet.

Please login to write comment.