Color Hex Logo

#4209ac Color Hex

#4209AC
(66,9,172)
0 Favorites   0 Comments

Color spaces of #4209ac

RGB 669172
HSL0.720.900.35
HSV261°95°67°
CMYK 0.620.950.00   0.33
XYZ9.79084.332239.3499
Yxy4.33220.18310.0810
Hunter Lab20.813947.5414-97.5213
CIE-Lab24.740658.7790-72.2170

#4209ac color RGB value is (66,9,172).

#4209ac hex color red value is 66, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4209ac hue: 0.72 , saturation: 0.90 and the lightness value of 4209ac is 0.35.

The process color (four color CMYK) of #4209ac color hex is 0.62, 0.95, 0.00, 0.33. Web safe color of #4209ac is #330099. Color #4209ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 10101100
Octal 102 11 254
Decimal 66 9 172
Hex 42 9 AC

RGB Percentages of Color #4209ac

%26.72
%3.64
%69.64

CMYK Percentages of Color #4209ac

%62
%95
%0
%33

Triadic Colors of #4209ac

#4209ac #ac4209 #09ac42

Analogous Colors of #4209ac

#4209ac #9409ac #0922ac

Monochromatic Colors of #4209ac

#4209ac

Complementary Color

#4209ac #73ac09

#4209ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4209ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4209ac Color CSS Codes

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

#4209ac Text Font Color

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

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


#4209ac Background Color

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

This div background color is #4209ac


#4209ac Border Color

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

This div border color is #4209ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,9,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4209ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4209ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4209ac;
  box-shadow:         1px 1px 3px 2px #4209ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4209ac


Comments

No comments written yet.

Please login to write comment.