Color Hex Logo

#42172e Color Hex

#42172E
(66,23,46)
0 Favorites   0 Comments

Color spaces of #42172e

RGB 662346
HSL0.910.480.17
HSV328°65°26°
CMYK 0.000.650.30   0.74
XYZ3.04631.96832.8041
Yxy1.96830.38960.2517
Hunter Lab14.029614.2065-2.0296
CIE-Lab15.320023.8235-5.0620

#42172e color RGB value is (66,23,46).

#42172e hex color red value is 66, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #42172e hue: 0.91 , saturation: 0.48 and the lightness value of 42172e is 0.17.

The process color (four color CMYK) of #42172e color hex is 0.00, 0.65, 0.30, 0.74. Web safe color of #42172e is #330033. Color #42172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 00101110
Octal 102 27 56
Decimal 66 23 46
Hex 42 17 2E

RGB Percentages of Color #42172e

%48.89
%17.04
%34.07

CMYK Percentages of Color #42172e

%0
%65
%30
%74

Triadic Colors of #42172e

#42172e #2e4217 #172e42

Analogous Colors of #42172e

#42172e #421719 #411742

Monochromatic Colors of #42172e

#42172e

Complementary Color

#42172e #17422b

#42172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42172e Color CSS Codes

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

#42172e Text Font Color

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

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


#42172e Background Color

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

This div background color is #42172e


#42172e Border Color

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

This div border color is #42172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42172e


Comments

No comments written yet.

Please login to write comment.