Color Hex Logo

#4c1382 Color Hex

#4C1382
(76,19,130)
0 Favorites   0 Comments

Color spaces of #4c1382

RGB 7619130
HSL0.750.740.29
HSV271°85°51°
CMYK 0.420.850.00   0.49
XYZ7.24263.614021.4349
Yxy3.61400.22430.1119
Hunter Lab19.010534.7362-53.5438
CIE-Lab22.351946.6669-50.2217

#4c1382 color RGB value is (76,19,130).

#4c1382 hex color red value is 76, green value is 19 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #4c1382 hue: 0.75 , saturation: 0.74 and the lightness value of 4c1382 is 0.29.

The process color (four color CMYK) of #4c1382 color hex is 0.42, 0.85, 0.00, 0.49. Web safe color of #4c1382 is #330099. Color #4c1382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010011 10000010
Octal 114 23 202
Decimal 76 19 130
Hex 4C 13 82

RGB Percentages of Color #4c1382

%33.78
%8.44
%57.78

CMYK Percentages of Color #4c1382

%42
%85
%0
%49

Triadic Colors of #4c1382

#4c1382 #824c13 #13824c

Analogous Colors of #4c1382

#4c1382 #821381 #141382

Monochromatic Colors of #4c1382

#4c1382

Complementary Color

#4c1382 #498213

#4c1382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1382 Color CSS Codes

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

#4c1382 Text Font Color

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

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


#4c1382 Background Color

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

This div background color is #4c1382


#4c1382 Border Color

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

This div border color is #4c1382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1382


Comments

No comments written yet.

Please login to write comment.