Color Hex Logo

#421729 Color Hex

#421729
(66,23,41)
1 Favorites   0 Comments

Color spaces of #421729

RGB 662341
HSL0.930.480.17
HSV335°65°26°
CMYK 0.000.650.38   0.74
XYZ2.95341.93112.3149
Yxy1.93110.41020.2682
Hunter Lab13.896413.6179-0.1492
CIE-Lab15.121423.0482-1.7480

#421729 color RGB value is (66,23,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 00101001
Octal 102 27 51
Decimal 66 23 41
Hex 42 17 29

RGB Percentages of Color #421729

%50.77
%17.69
%31.54

CMYK Percentages of Color #421729

%0
%65
%38
%74

Triadic Colors of #421729

#421729 #294217 #172942

Analogous Colors of #421729

#421729 #421b17 #42173f

Monochromatic Colors of #421729

#421729

Complementary Color

#421729 #174230

#421729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421729 Color CSS Codes

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

#421729 Text Font Color

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

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


#421729 Background Color

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

This div background color is #421729


#421729 Border Color

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

This div border color is #421729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421729


Comments

No comments written yet.

Please login to write comment.