Color Hex Logo

#4c2063 Color Hex

#4C2063
(76,32,99)
0 Favorites   0 Comments

Color spaces of #4c2063

RGB 763299
HSL0.780.510.26
HSV279°68°39°
CMYK 0.230.680.00   0.61
XYZ5.74913.470412.1712
Yxy3.47040.26880.1622
Hunter Lab18.629022.4861-25.6966
CIE-Lab21.837133.1805-31.1068

#4c2063 color RGB value is (76,32,99).

#4c2063 hex color red value is 76, green value is 32 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #4c2063 hue: 0.78 , saturation: 0.51 and the lightness value of 4c2063 is 0.26.

The process color (four color CMYK) of #4c2063 color hex is 0.23, 0.68, 0.00, 0.61. Web safe color of #4c2063 is #333366. Color #4c2063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100000 01100011
Octal 114 40 143
Decimal 76 32 99
Hex 4C 20 63

RGB Percentages of Color #4c2063

%36.71
%15.46
%47.83

CMYK Percentages of Color #4c2063

%23
%68
%0
%61

Triadic Colors of #4c2063

#4c2063 #634c20 #20634c

Analogous Colors of #4c2063

#4c2063 #632058 #2b2063

Monochromatic Colors of #4c2063

#4c2063

Complementary Color

#4c2063 #376320

#4c2063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2063 Color CSS Codes

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

#4c2063 Text Font Color

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

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


#4c2063 Background Color

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

This div background color is #4c2063


#4c2063 Border Color

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

This div border color is #4c2063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2063


Comments

No comments written yet.

Please login to write comment.