Color Hex Logo

#42205a Color Hex

#42205A
(66,32,90)
0 Favorites   0 Comments

Color spaces of #42205a

RGB 663290
HSL0.760.480.24
HSV275°64°35°
CMYK 0.270.640.00   0.65
XYZ4.60872.92959.9954
Yxy2.92950.26280.1671
Hunter Lab17.115818.1114-22.6436
CIE-Lab19.759328.1916-28.5675

#42205a color RGB value is (66,32,90).

#42205a hex color red value is 66, green value is 32 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #42205a hue: 0.76 , saturation: 0.48 and the lightness value of 42205a is 0.24.

The process color (four color CMYK) of #42205a color hex is 0.27, 0.64, 0.00, 0.65. Web safe color of #42205a is #333366. Color #42205a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100000 01011010
Octal 102 40 132
Decimal 66 32 90
Hex 42 20 5A

RGB Percentages of Color #42205a

%35.11
%17.02
%47.87

CMYK Percentages of Color #42205a

%27
%64
%0
%65

Triadic Colors of #42205a

#42205a #5a4220 #205a42

Analogous Colors of #42205a

#42205a #5a2055 #25205a

Monochromatic Colors of #42205a

#42205a

Complementary Color

#42205a #385a20

#42205a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42205a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42205a Color CSS Codes

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

#42205a Text Font Color

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

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


#42205a Background Color

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

This div background color is #42205a


#42205a Border Color

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

This div border color is #42205a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42205a


Comments

No comments written yet.

Please login to write comment.