Color Hex Logo

#421764 Color Hex

#421764
(66,23,100)
0 Favorites   0 Comments

Color spaces of #421764

RGB 6623100
HSL0.760.630.24
HSV274°77°39°
CMYK 0.340.770.00   0.61
XYZ4.85342.691112.3202
Yxy2.69110.24430.1355
Hunter Lab16.404624.1024-33.0449
CIE-Lab18.761735.6630-36.8008

#421764 color RGB value is (66,23,100).

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

The process color (four color CMYK) of #421764 color hex is 0.34, 0.77, 0.00, 0.61. Web safe color of #421764 is #330066. Color #421764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010111 01100100
Octal 102 27 144
Decimal 66 23 100
Hex 42 17 64

RGB Percentages of Color #421764

%34.92
%12.17
%52.91

CMYK Percentages of Color #421764

%34
%77
%0
%61

Triadic Colors of #421764

#421764 #644217 #176442

Analogous Colors of #421764

#421764 #641760 #1b1764

Monochromatic Colors of #421764

#421764

Complementary Color

#421764 #396417

#421764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421764 Color CSS Codes

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

#421764 Text Font Color

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

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


#421764 Background Color

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

This div background color is #421764


#421764 Border Color

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

This div border color is #421764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421764


Comments

No comments written yet.

Please login to write comment.