Color Hex Logo

#4407ac Color Hex

#4407AC
(68,7,172)
0 Favorites   0 Comments

Color spaces of #4407ac

RGB 687172
HSL0.730.920.35
HSV262°96°67°
CMYK 0.600.960.00   0.33
XYZ9.90634.359539.3491
Yxy4.35950.18480.0813
Hunter Lab20.879448.1509-97.1216
CIE-Lab24.826059.3290-72.0688

#4407ac color RGB value is (68,7,172).

#4407ac hex color red value is 68, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4407ac hue: 0.73 , saturation: 0.92 and the lightness value of 4407ac is 0.35.

The process color (four color CMYK) of #4407ac color hex is 0.60, 0.96, 0.00, 0.33. Web safe color of #4407ac is #330099. Color #4407ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000111 10101100
Octal 104 7 254
Decimal 68 7 172
Hex 44 7 AC

RGB Percentages of Color #4407ac

%27.53
%2.83
%69.64

CMYK Percentages of Color #4407ac

%60
%96
%0
%33

Triadic Colors of #4407ac

#4407ac #ac4407 #07ac44

Analogous Colors of #4407ac

#4407ac #9707ac #071dac

Monochromatic Colors of #4407ac

#4407ac

Complementary Color

#4407ac #6fac07

#4407ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4407ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4407ac Color CSS Codes

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

#4407ac Text Font Color

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

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


#4407ac Background Color

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

This div background color is #4407ac


#4407ac Border Color

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

This div border color is #4407ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,7,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 #4407ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4407ac


Comments

No comments written yet.

Please login to write comment.