Color Hex Logo

#4c20ab Color Hex

#4C20AB
(76,32,171)
0 Favorites   0 Comments

Color spaces of #4c20ab

RGB 7632171
HSL0.720.680.40
HSV259°81°67°
CMYK 0.560.810.00   0.33
XYZ10.84775.509839.0198
Yxy5.50980.19590.0995
Hunter Lab23.473041.4136-82.1284
CIE-Lab28.140452.2719-65.9558

#4c20ab color RGB value is (76,32,171).

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

The process color (four color CMYK) of #4c20ab color hex is 0.56, 0.81, 0.00, 0.33. Web safe color of #4c20ab is #333399. Color #4c20ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100000 10101011
Octal 114 40 253
Decimal 76 32 171
Hex 4C 20 AB

RGB Percentages of Color #4c20ab

%27.24
%11.47
%61.29

CMYK Percentages of Color #4c20ab

%56
%81
%0
%33

Triadic Colors of #4c20ab

#4c20ab #ab4c20 #20ab4c

Analogous Colors of #4c20ab

#4c20ab #9220ab #2039ab

Monochromatic Colors of #4c20ab

#4c20ab

Complementary Color

#4c20ab #7fab20

#4c20ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c20ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c20ab Color CSS Codes

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

#4c20ab Text Font Color

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

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


#4c20ab Background Color

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

This div background color is #4c20ab


#4c20ab Border Color

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

This div border color is #4c20ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,32,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c20ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c20ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4c20ab;
  box-shadow:         1px 1px 3px 2px #4c20ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,32,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c20ab


Comments

No comments written yet.

Please login to write comment.