Color Hex Logo

#421161 Color Hex

#421161
(66,17,97)
0 Favorites   0 Comments

Color spaces of #421161

RGB 661797
HSL0.770.700.22
HSV277°82°38°
CMYK 0.320.820.00   0.62
XYZ4.60492.422211.5341
Yxy2.42220.24810.1305
Hunter Lab15.563425.5785-33.0456
CIE-Lab17.563037.6082-36.7647

#421161 color RGB value is (66,17,97).

#421161 hex color red value is 66, green value is 17 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #421161 hue: 0.77 , saturation: 0.70 and the lightness value of 421161 is 0.22.

The process color (four color CMYK) of #421161 color hex is 0.32, 0.82, 0.00, 0.62. Web safe color of #421161 is #330066. Color #421161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 01100001
Octal 102 21 141
Decimal 66 17 97
Hex 42 11 61

RGB Percentages of Color #421161

%36.67
%9.44
%53.89

CMYK Percentages of Color #421161

%32
%82
%0
%62

Triadic Colors of #421161

#421161 #614211 #116142

Analogous Colors of #421161

#421161 #611158 #1a1161

Monochromatic Colors of #421161

#421161

Complementary Color

#421161 #306111

#421161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421161 Color CSS Codes

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

#421161 Text Font Color

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

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


#421161 Background Color

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

This div background color is #421161


#421161 Border Color

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

This div border color is #421161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421161


Comments

No comments written yet.

Please login to write comment.