Color Hex Logo

#421766 Color Hex

#421766
(66,23,102)
0 Favorites   0 Comments

Color spaces of #421766

RGB 6623102
HSL0.760.630.25
HSV273°77°40°
CMYK 0.350.770.00   0.60
XYZ4.95142.730412.8364
Yxy2.73040.24130.1331
Hunter Lab16.523924.5707-34.4919
CIE-Lab18.930136.1774-37.8430

#421766 color RGB value is (66,23,102).

#421766 hex color red value is 66, green value is 23 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #421766 hue: 0.76 , saturation: 0.63 and the lightness value of 421766 is 0.25.

The process color (four color CMYK) of #421766 color hex is 0.35, 0.77, 0.00, 0.60. Web safe color of #421766 is #330066. Color #421766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 01100110
Octal 102 27 146
Decimal 66 23 102
Hex 42 17 66

RGB Percentages of Color #421766

%34.55
%12.04
%53.40

CMYK Percentages of Color #421766

%35
%77
%0
%60

Triadic Colors of #421766

#421766 #664217 #176642

Analogous Colors of #421766

#421766 #661762 #1b1766

Monochromatic Colors of #421766

#421766

Complementary Color

#421766 #3b6617

#421766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421766 Color CSS Codes

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

#421766 Text Font Color

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

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


#421766 Background Color

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

This div background color is #421766


#421766 Border Color

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

This div border color is #421766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421766


Comments

No comments written yet.

Please login to write comment.