Color Hex Logo

#42166c Color Hex

#42166C
(66,22,108)
0 Favorites   0 Comments

Color spaces of #42166c

RGB 6622108
HSL0.750.660.25
HSV271°80°42°
CMYK 0.390.800.00   0.58
XYZ5.24052.814814.4545
Yxy2.81480.23280.1250
Hunter Lab16.777426.3950-39.3370
CIE-Lab19.286438.2076-41.1874

#42166c color RGB value is (66,22,108).

#42166c hex color red value is 66, green value is 22 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #42166c hue: 0.75 , saturation: 0.66 and the lightness value of 42166c is 0.25.

The process color (four color CMYK) of #42166c color hex is 0.39, 0.80, 0.00, 0.58. Web safe color of #42166c is #330066. Color #42166c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010110 01101100
Octal 102 26 154
Decimal 66 22 108
Hex 42 16 6C

RGB Percentages of Color #42166c

%33.67
%11.22
%55.10

CMYK Percentages of Color #42166c

%39
%80
%0
%58

Triadic Colors of #42166c

#42166c #6c4216 #166c42

Analogous Colors of #42166c

#42166c #6c166b #17166c

Monochromatic Colors of #42166c

#42166c

Complementary Color

#42166c #406c16

#42166c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42166c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42166c Color CSS Codes

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

#42166c Text Font Color

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

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


#42166c Background Color

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

This div background color is #42166c


#42166c Border Color

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

This div border color is #42166c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42166c


Comments

No comments written yet.

Please login to write comment.