Color Hex Logo

#42113e Color Hex

#42113E
(66,17,62)
0 Favorites   0 Comments

Color spaces of #42113e

RGB 661762
HSL0.850.590.16
HSV305°74°26°
CMYK 0.000.740.06   0.74
XYZ3.31671.90694.7507
Yxy1.90690.33250.1912
Hunter Lab13.809118.7068-10.7311
CIE-Lab14.990929.8088-16.9766

#42113e color RGB value is (66,17,62).

#42113e hex color red value is 66, green value is 17 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42113e hue: 0.85 , saturation: 0.59 and the lightness value of 42113e is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 00111110
Octal 102 21 76
Decimal 66 17 62
Hex 42 11 3E

RGB Percentages of Color #42113e

%45.52
%11.72
%42.76

CMYK Percentages of Color #42113e

%0
%74
%6
%74

Triadic Colors of #42113e

#42113e #3e4211 #113e42

Analogous Colors of #42113e

#42113e #421125 #2e1142

Monochromatic Colors of #42113e

#42113e

Complementary Color

#42113e #114215

#42113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42113e Color CSS Codes

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

#42113e Text Font Color

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

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


#42113e Background Color

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

This div background color is #42113e


#42113e Border Color

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

This div border color is #42113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42113e


Comments

No comments written yet.

Please login to write comment.