Color Hex Logo

#421743 Color Hex

#421743
(66,23,67)
0 Favorites   0 Comments

Color spaces of #421743

RGB 662367
HSL0.830.490.18
HSV299°66°26°
CMYK 0.010.660.00   0.74
XYZ3.56632.17635.5423
Yxy2.17630.31600.1929
Hunter Lab14.752317.3351-11.9481
CIE-Lab16.386527.7931-18.2820

#421743 color RGB value is (66,23,67).

#421743 hex color red value is 66, green value is 23 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #421743 hue: 0.83 , saturation: 0.49 and the lightness value of 421743 is 0.18.

The process color (four color CMYK) of #421743 color hex is 0.01, 0.66, 0.00, 0.74. Web safe color of #421743 is #330033. Color #421743 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 01000011
Octal 102 27 103
Decimal 66 23 67
Hex 42 17 43

RGB Percentages of Color #421743

%42.31
%14.74
%42.95

CMYK Percentages of Color #421743

%1
%66
%0
%74

Triadic Colors of #421743

#421743 #434217 #174342

Analogous Colors of #421743

#421743 #43172e #2c1743

Monochromatic Colors of #421743

#421743

Complementary Color

#421743 #184317

#421743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421743 Color CSS Codes

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

#421743 Text Font Color

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

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


#421743 Background Color

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

This div background color is #421743


#421743 Border Color

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

This div border color is #421743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421743


Comments

No comments written yet.

Please login to write comment.