Color Hex Logo

#42204b Color Hex

#42204B
(66,32,75)
0 Favorites   0 Comments

Color spaces of #42204b

RGB 663275
HSL0.800.400.21
HSV287°57°29°
CMYK 0.120.570.00   0.71
XYZ4.03332.69936.9650
Yxy2.69930.29450.1971
Hunter Lab16.429515.0684-13.6342
CIE-Lab18.797024.4120-19.9917

#42204b color RGB value is (66,32,75).

#42204b hex color red value is 66, green value is 32 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #42204b hue: 0.80 , saturation: 0.40 and the lightness value of 42204b is 0.21.

The process color (four color CMYK) of #42204b color hex is 0.12, 0.57, 0.00, 0.71. Web safe color of #42204b is #333333. Color #42204b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100000 01001011
Octal 102 40 113
Decimal 66 32 75
Hex 42 20 4B

RGB Percentages of Color #42204b

%38.15
%18.50
%43.35

CMYK Percentages of Color #42204b

%12
%57
%0
%71

Triadic Colors of #42204b

#42204b #4b4220 #204b42

Analogous Colors of #42204b

#42204b #4b203f #2d204b

Monochromatic Colors of #42204b

#42204b

Complementary Color

#42204b #294b20

#42204b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42204b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42204b Color CSS Codes

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

#42204b Text Font Color

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

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


#42204b Background Color

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

This div background color is #42204b


#42204b Border Color

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

This div border color is #42204b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42204b


Comments

No comments written yet.

Please login to write comment.