Color Hex Logo

#4204ad Color Hex

#4204AD
(66,4,173)
0 Favorites   0 Comments

Color spaces of #4204ad

RGB 664173
HSL0.730.950.35
HSV262°98°68°
CMYK 0.620.980.00   0.32
XYZ9.83304.262239.8396
Yxy4.26220.18230.0790
Hunter Lab20.645148.8884-99.9625
CIE-Lab24.520060.0662-73.1859

#4204ad color RGB value is (66,4,173).

#4204ad hex color red value is 66, green value is 4 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4204ad hue: 0.73 , saturation: 0.95 and the lightness value of 4204ad is 0.35.

The process color (four color CMYK) of #4204ad color hex is 0.62, 0.98, 0.00, 0.32. Web safe color of #4204ad is #330099. Color #4204ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 10101101
Octal 102 4 255
Decimal 66 4 173
Hex 42 4 AD

RGB Percentages of Color #4204ad

%27.16
%1.65
%71.19

CMYK Percentages of Color #4204ad

%62
%98
%0
%32

Triadic Colors of #4204ad

#4204ad #ad4204 #04ad42

Analogous Colors of #4204ad

#4204ad #9704ad #041bad

Monochromatic Colors of #4204ad

#4204ad

Complementary Color

#4204ad #6fad04

#4204ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4204ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4204ad Color CSS Codes

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

#4204ad Text Font Color

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

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


#4204ad Background Color

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

This div background color is #4204ad


#4204ad Border Color

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

This div border color is #4204ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4204ad


Comments

No comments written yet.

Please login to write comment.