Color Hex Logo

#420374 Color Hex

#420374
(66,3,116)
0 Favorites   0 Comments

Color spaces of #420374

RGB 663116
HSL0.760.950.23
HSV273°97°45°
CMYK 0.430.970.00   0.55
XYZ5.43172.484316.7162
Yxy2.48430.22050.1009
Hunter Lab15.761733.9308-51.8475
CIE-Lab17.847546.6967-48.7340

#420374 color RGB value is (66,3,116).

#420374 hex color red value is 66, green value is 3 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #420374 hue: 0.76 , saturation: 0.95 and the lightness value of 420374 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 01110100
Octal 102 3 164
Decimal 66 3 116
Hex 42 3 74

RGB Percentages of Color #420374

%35.68
%1.62
%62.70

CMYK Percentages of Color #420374

%43
%97
%0
%55

Triadic Colors of #420374

#420374 #744203 #037442

Analogous Colors of #420374

#420374 #74036e #0a0374

Monochromatic Colors of #420374

#420374

Complementary Color

#420374 #357403

#420374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420374 Color CSS Codes

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

#420374 Text Font Color

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

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


#420374 Background Color

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

This div background color is #420374


#420374 Border Color

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

This div border color is #420374


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,3,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 #420374">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420374


Comments

No comments written yet.

Please login to write comment.