Color Hex Logo

#4c1fac Color Hex

#4C1FAC
(76,31,172)
0 Favorites   0 Comments

Color spaces of #4c1fac

RGB 7631172
HSL0.720.690.40
HSV259°82°67°
CMYK 0.560.820.00   0.33
XYZ10.91695.495039.5150
Yxy5.49500.19520.0983
Hunter Lab23.441442.1067-83.5357
CIE-Lab28.100952.9570-66.6224

#4c1fac color RGB value is (76,31,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011111 10101100
Octal 114 37 254
Decimal 76 31 172
Hex 4C 1F AC

RGB Percentages of Color #4c1fac

%27.24
%11.11
%61.65

CMYK Percentages of Color #4c1fac

%56
%82
%0
%33

Triadic Colors of #4c1fac

#4c1fac #ac4c1f #1fac4c

Analogous Colors of #4c1fac

#4c1fac #931fac #1f38ac

Monochromatic Colors of #4c1fac

#4c1fac

Complementary Color

#4c1fac #7fac1f

#4c1fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1fac Color CSS Codes

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

#4c1fac Text Font Color

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

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


#4c1fac Background Color

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

This div background color is #4c1fac


#4c1fac Border Color

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

This div border color is #4c1fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1fac


Comments

No comments written yet.

Please login to write comment.