Color Hex Logo

#42000a Color Hex

#42000A
(66,0,10)
0 Favorites   0 Comments

Color spaces of #42000a

RGB 66010
HSL0.971.000.13
HSV351°100°26°
CMYK 0.001.000.85   0.74
XYZ2.30161.18020.3936
Yxy1.18020.59390.3045
Hunter Lab10.863718.80585.4565
CIE-Lab10.410530.816812.3193

#42000a color RGB value is (66,0,10).

#42000a hex color red value is 66, green value is 0 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #42000a hue: 0.97 , saturation: 1.00 and the lightness value of 42000a is 0.13.

The process color (four color CMYK) of #42000a color hex is 0.00, 1.00, 0.85, 0.74. Web safe color of #42000a is #330000. Color #42000a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 00001010
Octal 102 0 12
Decimal 66 0 10
Hex 42 0 A

RGB Percentages of Color #42000a

%86.84
%0.00
%13.16

CMYK Percentages of Color #42000a

%0
%100
%85
%74

Triadic Colors of #42000a

#42000a #0a4200 #000a42

Analogous Colors of #42000a

#42000a #421700 #42002b

Monochromatic Colors of #42000a

#42000a

Complementary Color

#42000a #004238

#42000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42000a Color CSS Codes

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

#42000a Text Font Color

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

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


#42000a Background Color

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

This div background color is #42000a


#42000a Border Color

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

This div border color is #42000a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42000a


Comments

No comments written yet.

Please login to write comment.