Color Hex Logo

#4111ac Color Hex

#4111AC
(65,17,172)
0 Favorites   0 Comments

Color spaces of #4111ac

RGB 6517172
HSL0.720.820.37
HSV259°90°67°
CMYK 0.620.900.00   0.33
XYZ9.82684.503339.3810
Yxy4.50330.18300.0838
Hunter Lab21.221045.5213-95.1732
CIE-Lab25.270056.7839-71.3417

#4111ac color RGB value is (65,17,172).

#4111ac hex color red value is 65, green value is 17 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4111ac hue: 0.72 , saturation: 0.82 and the lightness value of 4111ac is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 10101100
Octal 101 21 254
Decimal 65 17 172
Hex 41 11 AC

RGB Percentages of Color #4111ac

%25.59
%6.69
%67.72

CMYK Percentages of Color #4111ac

%62
%90
%0
%33

Triadic Colors of #4111ac

#4111ac #ac4111 #11ac41

Analogous Colors of #4111ac

#4111ac #8f11ac #112eac

Monochromatic Colors of #4111ac

#4111ac

Complementary Color

#4111ac #7cac11

#4111ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4111ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4111ac Color CSS Codes

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

#4111ac Text Font Color

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

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


#4111ac Background Color

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

This div background color is #4111ac


#4111ac Border Color

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

This div border color is #4111ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4111ac


Comments

No comments written yet.

Please login to write comment.