Color Hex Logo

#4c0352 Color Hex

#4C0352
(76,3,82)
0 Favorites   0 Comments

Color spaces of #4c0352

RGB 76382
HSL0.820.930.17
HSV295°96°32°
CMYK 0.070.960.00   0.68
XYZ4.53602.21088.1703
Yxy2.21080.30410.1482
Hunter Lab14.868828.4345-22.1714
CIE-Lab16.556841.0320-28.2250

#4c0352 color RGB value is (76,3,82).

#4c0352 hex color red value is 76, green value is 3 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4c0352 hue: 0.82 , saturation: 0.93 and the lightness value of 4c0352 is 0.17.

The process color (four color CMYK) of #4c0352 color hex is 0.07, 0.96, 0.00, 0.68. Web safe color of #4c0352 is #330066. Color #4c0352 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000011 01010010
Octal 114 3 122
Decimal 76 3 82
Hex 4C 3 52

RGB Percentages of Color #4c0352

%47.20
%1.86
%50.93

CMYK Percentages of Color #4c0352

%7
%96
%0
%68

Triadic Colors of #4c0352

#4c0352 #524c03 #03524c

Analogous Colors of #4c0352

#4c0352 #520331 #250352

Monochromatic Colors of #4c0352

#4c0352

Complementary Color

#4c0352 #095203

#4c0352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0352 Color CSS Codes

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

#4c0352 Text Font Color

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

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


#4c0352 Background Color

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

This div background color is #4c0352


#4c0352 Border Color

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

This div border color is #4c0352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0352


Comments

No comments written yet.

Please login to write comment.