Color Hex Logo

#420354 Color Hex

#420354
(66,3,84)
0 Favorites   0 Comments

Color spaces of #420354

RGB 66384
HSL0.800.930.17
HSV287°96°33°
CMYK 0.210.960.00   0.67
XYZ3.87961.86358.5427
Yxy1.86350.27160.1304
Hunter Lab13.651026.8402-27.5475
CIE-Lab14.754039.5948-32.5959

#420354 color RGB value is (66,3,84).

#420354 hex color red value is 66, green value is 3 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #420354 hue: 0.80 , saturation: 0.93 and the lightness value of 420354 is 0.17.

The process color (four color CMYK) of #420354 color hex is 0.21, 0.96, 0.00, 0.67. Web safe color of #420354 is #330066. Color #420354 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 01010100
Octal 102 3 124
Decimal 66 3 84
Hex 42 3 54

RGB Percentages of Color #420354

%43.14
%1.96
%54.90

CMYK Percentages of Color #420354

%21
%96
%0
%67

Triadic Colors of #420354

#420354 #544203 #035442

Analogous Colors of #420354

#420354 #54033d #1a0354

Monochromatic Colors of #420354

#420354

Complementary Color

#420354 #155403

#420354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420354 Color CSS Codes

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

#420354 Text Font Color

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

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


#420354 Background Color

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

This div background color is #420354


#420354 Border Color

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

This div border color is #420354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420354


Comments

No comments written yet.

Please login to write comment.