Color Hex Logo

#42176f Color Hex

#42176F
(66,23,111)
0 Favorites   0 Comments

Color spaces of #42176f

RGB 6623111
HSL0.750.660.26
HSV269°79°44°
CMYK 0.410.790.00   0.56
XYZ5.42242.918715.3165
Yxy2.91870.22920.1234
Hunter Lab17.084226.7572-41.1963
CIE-Lab19.715338.5356-42.4370

#42176f color RGB value is (66,23,111).

#42176f hex color red value is 66, green value is 23 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #42176f hue: 0.75 , saturation: 0.66 and the lightness value of 42176f is 0.26.

The process color (four color CMYK) of #42176f color hex is 0.41, 0.79, 0.00, 0.56. Web safe color of #42176f is #330066. Color #42176f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 01101111
Octal 102 27 157
Decimal 66 23 111
Hex 42 17 6F

RGB Percentages of Color #42176f

%33.00
%11.50
%55.50

CMYK Percentages of Color #42176f

%41
%79
%0
%56

Triadic Colors of #42176f

#42176f #6f4217 #176f42

Analogous Colors of #42176f

#42176f #6e176f #17186f

Monochromatic Colors of #42176f

#42176f

Complementary Color

#42176f #446f17

#42176f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42176f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42176f Color CSS Codes

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

#42176f Text Font Color

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

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


#42176f Background Color

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

This div background color is #42176f


#42176f Border Color

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

This div border color is #42176f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42176f


Comments

No comments written yet.

Please login to write comment.