Color Hex Logo

#4c1081 Color Hex

#4C1081
(76,16,129)
0 Favorites   0 Comments

Color spaces of #4c1081

RGB 7616129
HSL0.760.780.28
HSV272°88°51°
CMYK 0.410.880.00   0.49
XYZ7.12823.492121.0672
Yxy3.49210.22500.1102
Hunter Lab18.687235.3861-53.7603
CIE-Lab21.915847.4248-50.3045

#4c1081 color RGB value is (76,16,129).

#4c1081 hex color red value is 76, green value is 16 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #4c1081 hue: 0.76 , saturation: 0.78 and the lightness value of 4c1081 is 0.28.

The process color (four color CMYK) of #4c1081 color hex is 0.41, 0.88, 0.00, 0.49. Web safe color of #4c1081 is #330099. Color #4c1081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010000 10000001
Octal 114 20 201
Decimal 76 16 129
Hex 4C 10 81

RGB Percentages of Color #4c1081

%34.39
%7.24
%58.37

CMYK Percentages of Color #4c1081

%41
%88
%0
%49

Triadic Colors of #4c1081

#4c1081 #814c10 #10814c

Analogous Colors of #4c1081

#4c1081 #81107e #141081

Monochromatic Colors of #4c1081

#4c1081

Complementary Color

#4c1081 #458110

#4c1081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1081 Color CSS Codes

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

#4c1081 Text Font Color

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

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


#4c1081 Background Color

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

This div background color is #4c1081


#4c1081 Border Color

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

This div border color is #4c1081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1081


Comments

No comments written yet.

Please login to write comment.