Color Hex Logo

#421682 Color Hex

#421682
(66,22,130)
1 Favorites   0 Comments

Color spaces of #421682

RGB 6622130
HSL0.730.710.30
HSV264°83°51°
CMYK 0.490.830.00   0.49
XYZ6.56293.343821.4186
Yxy3.34380.20950.1067
Hunter Lab18.286132.0634-56.6466
CIE-Lab21.371344.0437-51.8830

#421682 color RGB value is (66,22,130).

#421682 hex color red value is 66, green value is 22 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #421682 hue: 0.73 , saturation: 0.71 and the lightness value of 421682 is 0.30.

The process color (four color CMYK) of #421682 color hex is 0.49, 0.83, 0.00, 0.49. Web safe color of #421682 is #330099. Color #421682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010110 10000010
Octal 102 26 202
Decimal 66 22 130
Hex 42 16 82

RGB Percentages of Color #421682

%30.28
%10.09
%59.63

CMYK Percentages of Color #421682

%49
%83
%0
%49

Triadic Colors of #421682

#421682 #824216 #168242

Analogous Colors of #421682

#421682 #781682 #162082

Monochromatic Colors of #421682

#421682

Complementary Color

#421682 #568216

#421682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421682 Color CSS Codes

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

#421682 Text Font Color

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

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


#421682 Background Color

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

This div background color is #421682


#421682 Border Color

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

This div border color is #421682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421682


Comments

No comments written yet.

Please login to write comment.