Color Hex Logo

#420358 Color Hex

#420358
(66,3,88)
0 Favorites   0 Comments

Color spaces of #420358

RGB 66388
HSL0.790.930.18
HSV284°97°35°
CMYK 0.250.970.00   0.65
XYZ4.04081.92809.3917
Yxy1.92800.26310.1255
Hunter Lab13.885227.6468-30.3829
CIE-Lab15.104840.4348-34.7383

#420358 color RGB value is (66,3,88).

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

The process color (four color CMYK) of #420358 color hex is 0.25, 0.97, 0.00, 0.65. Web safe color of #420358 is #330066. Color #420358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 01011000
Octal 102 3 130
Decimal 66 3 88
Hex 42 3 58

RGB Percentages of Color #420358

%42.04
%1.91
%56.05

CMYK Percentages of Color #420358

%25
%97
%0
%65

Triadic Colors of #420358

#420358 #584203 #035842

Analogous Colors of #420358

#420358 #580344 #170358

Monochromatic Colors of #420358

#420358

Complementary Color

#420358 #195803

#420358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420358 Color CSS Codes

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

#420358 Text Font Color

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

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


#420358 Background Color

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

This div background color is #420358


#420358 Border Color

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

This div border color is #420358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420358

#420358 Color Palettes


Comments

No comments written yet.

Please login to write comment.