Color Hex Logo

#4c1568 Color Hex

#4C1568
(76,21,104)
0 Favorites   0 Comments

Color spaces of #4c1568

RGB 7621104
HSL0.780.660.25
HSV280°80°41°
CMYK 0.270.800.00   0.59
XYZ5.74733.072313.3868
Yxy3.07230.25880.1384
Hunter Lab17.528027.8549-33.0125
CIE-Lab20.331239.6512-36.8095

#4c1568 color RGB value is (76,21,104).

#4c1568 hex color red value is 76, green value is 21 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4c1568 hue: 0.78 , saturation: 0.66 and the lightness value of 4c1568 is 0.25.

The process color (four color CMYK) of #4c1568 color hex is 0.27, 0.80, 0.00, 0.59. Web safe color of #4c1568 is #330066. Color #4c1568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010101 01101000
Octal 114 25 150
Decimal 76 21 104
Hex 4C 15 68

RGB Percentages of Color #4c1568

%37.81
%10.45
%51.74

CMYK Percentages of Color #4c1568

%27
%80
%0
%59

Triadic Colors of #4c1568

#4c1568 #684c15 #15684c

Analogous Colors of #4c1568

#4c1568 #68155a #231568

Monochromatic Colors of #4c1568

#4c1568

Complementary Color

#4c1568 #316815

#4c1568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1568 Color CSS Codes

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

#4c1568 Text Font Color

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

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


#4c1568 Background Color

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

This div background color is #4c1568


#4c1568 Border Color

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

This div border color is #4c1568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1568


Comments

No comments written yet.

Please login to write comment.