Color Hex Logo

#4c07ac Color Hex

#4C07AC
(76,7,172)
0 Favorites   0 Comments

Color spaces of #4c07ac

RGB 767172
HSL0.740.920.35
HSV265°96°67°
CMYK 0.560.960.00   0.33
XYZ10.50294.667039.3770
Yxy4.66700.19250.0856
Hunter Lab21.603248.9761-92.9477
CIE-Lab25.764259.9170-70.4849

#4c07ac color RGB value is (76,7,172).

#4c07ac hex color red value is 76, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4c07ac hue: 0.74 , saturation: 0.92 and the lightness value of 4c07ac is 0.35.

The process color (four color CMYK) of #4c07ac color hex is 0.56, 0.96, 0.00, 0.33. Web safe color of #4c07ac is #330099. Color #4c07ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000111 10101100
Octal 114 7 254
Decimal 76 7 172
Hex 4C 7 AC

RGB Percentages of Color #4c07ac

%29.80
%2.75
%67.45

CMYK Percentages of Color #4c07ac

%56
%96
%0
%33

Triadic Colors of #4c07ac

#4c07ac #ac4c07 #07ac4c

Analogous Colors of #4c07ac

#4c07ac #9f07ac #0715ac

Monochromatic Colors of #4c07ac

#4c07ac

Complementary Color

#4c07ac #67ac07

#4c07ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c07ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c07ac Color CSS Codes

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

#4c07ac Text Font Color

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

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


#4c07ac Background Color

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

This div background color is #4c07ac


#4c07ac Border Color

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

This div border color is #4c07ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c07ac


Comments

No comments written yet.

Please login to write comment.