Color Hex Logo

#4c053e Color Hex

#4C053E
(76,5,62)
0 Favorites   0 Comments

Color spaces of #4c053e

RGB 76562
HSL0.870.880.16
HSV312°93°30°
CMYK 0.000.930.18   0.70
XYZ3.90431.99284.7363
Yxy1.99280.36720.1874
Hunter Lab14.116724.6643-10.0108
CIE-Lab15.449436.9617-16.1148

#4c053e color RGB value is (76,5,62).

#4c053e hex color red value is 76, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4c053e hue: 0.87 , saturation: 0.88 and the lightness value of 4c053e is 0.16.

The process color (four color CMYK) of #4c053e color hex is 0.00, 0.93, 0.18, 0.70. Web safe color of #4c053e is #330033. Color #4c053e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000101 00111110
Octal 114 5 76
Decimal 76 5 62
Hex 4C 5 3E

RGB Percentages of Color #4c053e

%53.15
%3.50
%43.36

CMYK Percentages of Color #4c053e

%0
%93
%18
%70

Triadic Colors of #4c053e

#4c053e #3e4c05 #053e4c

Analogous Colors of #4c053e

#4c053e #4c051a #37054c

Monochromatic Colors of #4c053e

#4c053e

Complementary Color

#4c053e #054c13

#4c053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c053e Color CSS Codes

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

#4c053e Text Font Color

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

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


#4c053e Background Color

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

This div background color is #4c053e


#4c053e Border Color

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

This div border color is #4c053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c053e


Comments

No comments written yet.

Please login to write comment.