Color Hex Logo

#420f74 Color Hex

#420F74
(66,15,116)
0 Favorites   0 Comments

Color spaces of #420f74

RGB 6615116
HSL0.750.770.26
HSV270°87°45°
CMYK 0.430.870.00   0.55
XYZ5.57002.760916.7623
Yxy2.76090.22200.1100
Hunter Lab16.616030.7588-48.1810
CIE-Lab19.059743.0924-46.7423

#420f74 color RGB value is (66,15,116).

#420f74 hex color red value is 66, green value is 15 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #420f74 hue: 0.75 , saturation: 0.77 and the lightness value of 420f74 is 0.26.

The process color (four color CMYK) of #420f74 color hex is 0.43, 0.87, 0.00, 0.55. Web safe color of #420f74 is #330066. Color #420f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 01110100
Octal 102 17 164
Decimal 66 15 116
Hex 42 F 74

RGB Percentages of Color #420f74

%33.50
%7.61
%58.88

CMYK Percentages of Color #420f74

%43
%87
%0
%55

Triadic Colors of #420f74

#420f74 #74420f #0f7442

Analogous Colors of #420f74

#420f74 #740f74 #100f74

Monochromatic Colors of #420f74

#420f74

Complementary Color

#420f74 #41740f

#420f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420f74 Color CSS Codes

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

#420f74 Text Font Color

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

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


#420f74 Background Color

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

This div background color is #420f74


#420f74 Border Color

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

This div border color is #420f74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420f74


Comments

No comments written yet.

Please login to write comment.