Color Hex Logo

#421834 Color Hex

#421834
(66,24,52)
0 Favorites   0 Comments

Color spaces of #421834

RGB 662452
HSL0.890.470.18
HSV320°64°26°
CMYK 0.000.640.21   0.74
XYZ3.19322.05953.4780
Yxy2.05950.36570.2359
Hunter Lab14.351014.6035-4.3234
CIE-Lab15.796424.2828-8.6366

#421834 color RGB value is (66,24,52).

#421834 hex color red value is 66, green value is 24 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #421834 hue: 0.89 , saturation: 0.47 and the lightness value of 421834 is 0.18.

The process color (four color CMYK) of #421834 color hex is 0.00, 0.64, 0.21, 0.74. Web safe color of #421834 is #330033. Color #421834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 00110100
Octal 102 30 64
Decimal 66 24 52
Hex 42 18 34

RGB Percentages of Color #421834

%46.48
%16.90
%36.62

CMYK Percentages of Color #421834

%0
%64
%21
%74

Triadic Colors of #421834

#421834 #344218 #183442

Analogous Colors of #421834

#421834 #42181f #3b1842

Monochromatic Colors of #421834

#421834

Complementary Color

#421834 #184226

#421834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421834 Color CSS Codes

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

#421834 Text Font Color

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

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


#421834 Background Color

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

This div background color is #421834


#421834 Border Color

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

This div border color is #421834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421834


Comments

No comments written yet.

Please login to write comment.