Color Hex Logo

#421360 Color Hex

#421360
(66,19,96)
0 Favorites   0 Comments

Color spaces of #421360

RGB 661996
HSL0.770.670.23
HSV277°80°38°
CMYK 0.310.800.00   0.62
XYZ4.59102.468511.3008
Yxy2.46850.25010.1344
Hunter Lab15.711524.6639-31.6476
CIE-Lab17.775536.5086-35.7559

#421360 color RGB value is (66,19,96).

#421360 hex color red value is 66, green value is 19 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #421360 hue: 0.77 , saturation: 0.67 and the lightness value of 421360 is 0.23.

The process color (four color CMYK) of #421360 color hex is 0.31, 0.80, 0.00, 0.62. Web safe color of #421360 is #330066. Color #421360 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 01100000
Octal 102 23 140
Decimal 66 19 96
Hex 42 13 60

RGB Percentages of Color #421360

%36.46
%10.50
%53.04

CMYK Percentages of Color #421360

%31
%80
%0
%62

Triadic Colors of #421360

#421360 #604213 #136042

Analogous Colors of #421360

#421360 #601358 #1c1360

Monochromatic Colors of #421360

#421360

Complementary Color

#421360 #316013

#421360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421360 Color CSS Codes

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

#421360 Text Font Color

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

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


#421360 Background Color

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

This div background color is #421360


#421360 Border Color

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

This div border color is #421360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421360


Comments

No comments written yet.

Please login to write comment.