Color Hex Logo

#4d21ac Color Hex

#4D21AC
(77,33,172)
0 Favorites   0 Comments

Color spaces of #4d21ac

RGB 7733172
HSL0.720.680.40
HSV259°81°67°
CMYK 0.550.810.00   0.33
XYZ11.05085.644139.5367
Yxy5.64410.19650.1004
Hunter Lab23.757341.4546-82.0397
CIE-Lab28.496252.2427-65.9669

#4d21ac color RGB value is (77,33,172).

#4d21ac hex color red value is 77, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4d21ac hue: 0.72 , saturation: 0.68 and the lightness value of 4d21ac is 0.40.

The process color (four color CMYK) of #4d21ac color hex is 0.55, 0.81, 0.00, 0.33. Web safe color of #4d21ac is #663399. Color #4d21ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100001 10101100
Octal 115 41 254
Decimal 77 33 172
Hex 4D 21 AC

RGB Percentages of Color #4d21ac

%27.30
%11.70
%60.99

CMYK Percentages of Color #4d21ac

%55
%81
%0
%33

Triadic Colors of #4d21ac

#4d21ac #ac4d21 #21ac4d

Analogous Colors of #4d21ac

#4d21ac #9321ac #213aac

Monochromatic Colors of #4d21ac

#4d21ac

Complementary Color

#4d21ac #80ac21

#4d21ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d21ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d21ac Color CSS Codes

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

#4d21ac Text Font Color

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

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


#4d21ac Background Color

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

This div background color is #4d21ac


#4d21ac Border Color

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

This div border color is #4d21ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d21ac


Comments

No comments written yet.

Please login to write comment.