Color Hex Logo

#4c019f Color Hex

#4C019F
(76,1,159)
0 Favorites   0 Comments

Color spaces of #4c019f

RGB 761159
HSL0.750.990.31
HSV268°99°62°
CMYK 0.520.990.00   0.38
XYZ9.24944.061433.0973
Yxy4.06140.19930.0875
Hunter Lab20.152946.6569-83.2654
CIE-Lab23.873458.1145-65.7275

#4c019f color RGB value is (76,1,159).

#4c019f hex color red value is 76, green value is 1 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #4c019f hue: 0.75 , saturation: 0.99 and the lightness value of 4c019f is 0.31.

The process color (four color CMYK) of #4c019f color hex is 0.52, 0.99, 0.00, 0.38. Web safe color of #4c019f is #330099. Color #4c019f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000001 10011111
Octal 114 1 237
Decimal 76 1 159
Hex 4C 1 9F

RGB Percentages of Color #4c019f

%32.20
%0.42
%67.37

CMYK Percentages of Color #4c019f

%52
%99
%0
%38

Triadic Colors of #4c019f

#4c019f #9f4c01 #019f4c

Analogous Colors of #4c019f

#4c019f #9b019f #01059f

Monochromatic Colors of #4c019f

#4c019f

Complementary Color

#4c019f #549f01

#4c019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c019f Color CSS Codes

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

#4c019f Text Font Color

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

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


#4c019f Background Color

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

This div background color is #4c019f


#4c019f Border Color

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

This div border color is #4c019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c019f


Comments

No comments written yet.

Please login to write comment.