Color Hex Logo

#4d11ac Color Hex

#4D11AC
(77,17,172)
0 Favorites   0 Comments

Color spaces of #4d11ac

RGB 7717172
HSL0.730.820.37
HSV263°90°67°
CMYK 0.550.900.00   0.33
XYZ10.70744.957239.4222
Yxy4.95720.19440.0900
Hunter Lab22.264846.8795-89.3941
CIE-Lab26.612557.8078-69.0768

#4d11ac color RGB value is (77,17,172).

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

The process color (four color CMYK) of #4d11ac color hex is 0.55, 0.90, 0.00, 0.33. Web safe color of #4d11ac is #660099. Color #4d11ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010001 10101100
Octal 115 21 254
Decimal 77 17 172
Hex 4D 11 AC

RGB Percentages of Color #4d11ac

%28.95
%6.39
%64.66

CMYK Percentages of Color #4d11ac

%55
%90
%0
%33

Triadic Colors of #4d11ac

#4d11ac #ac4d11 #11ac4d

Analogous Colors of #4d11ac

#4d11ac #9b11ac #1122ac

Monochromatic Colors of #4d11ac

#4d11ac

Complementary Color

#4d11ac #70ac11

#4d11ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d11ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d11ac Color CSS Codes

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

#4d11ac Text Font Color

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

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


#4d11ac Background Color

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

This div background color is #4d11ac


#4d11ac Border Color

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

This div border color is #4d11ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d11ac


Comments

No comments written yet.

Please login to write comment.