Color Hex Logo

#421003 Color Hex

#421003
(66,16,3)
0 Favorites   0 Comments

Color spaces of #421003

RGB 66163
HSL0.030.910.14
HSV12°95°26°
CMYK 0.000.760.95   0.74
XYZ2.44851.53540.2535
Yxy1.53540.57780.3623
Hunter Lab12.391113.58737.4608
CIE-Lab12.831423.396318.4971

#421003 color RGB value is (66,16,3).

#421003 hex color red value is 66, green value is 16 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #421003 hue: 0.03 , saturation: 0.91 and the lightness value of 421003 is 0.14.

The process color (four color CMYK) of #421003 color hex is 0.00, 0.76, 0.95, 0.74. Web safe color of #421003 is #330000. Color #421003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 00000011
Octal 102 20 3
Decimal 66 16 3
Hex 42 10 3

RGB Percentages of Color #421003

%77.65
%18.82
%3.53

CMYK Percentages of Color #421003

%0
%76
%95
%74

Triadic Colors of #421003

#421003 #034210 #100342

Analogous Colors of #421003

#421003 #423003 #420315

Monochromatic Colors of #421003

#421003

Complementary Color

#421003 #033542

#421003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421003 Color CSS Codes

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

#421003 Text Font Color

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

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


#421003 Background Color

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

This div background color is #421003


#421003 Border Color

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

This div border color is #421003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421003


Comments

No comments written yet.

Please login to write comment.