Color Hex Logo

#5c0576 Color Hex

#5C0576
(92,5,118)
0 Favorites   0 Comments

Color spaces of #5c0576

RGB 925118
HSL0.790.920.24
HSV286°96°46°
CMYK 0.220.960.00   0.54
XYZ7.73793.691917.4443
Yxy3.69190.26800.1279
Hunter Lab19.214338.2596-40.3782
CIE-Lab22.625550.2136-42.0287

#5c0576 color RGB value is (92,5,118).

#5c0576 hex color red value is 92, green value is 5 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #5c0576 hue: 0.79 , saturation: 0.92 and the lightness value of 5c0576 is 0.24.

The process color (four color CMYK) of #5c0576 color hex is 0.22, 0.96, 0.00, 0.54. Web safe color of #5c0576 is #660066. Color #5c0576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00000101 01110110
Octal 134 5 166
Decimal 92 5 118
Hex 5C 5 76

RGB Percentages of Color #5c0576

%42.79
%2.33
%54.88

CMYK Percentages of Color #5c0576

%22
%96
%0
%54

Triadic Colors of #5c0576

#5c0576 #765c05 #05765c

Analogous Colors of #5c0576

#5c0576 #760558 #240576

Monochromatic Colors of #5c0576

#5c0576

Complementary Color

#5c0576 #1f7605

#5c0576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c0576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c0576 Color CSS Codes

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

#5c0576 Text Font Color

<p style="color:#5c0576">Text here</p>

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


#5c0576 Background Color

<div style="background-color:#5c0576">
Div content here</div>

This div background color is #5c0576


#5c0576 Border Color

<div style="border:3px solid #5c0576">
Div here</div>

This div border color is #5c0576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c0576


Comments

No comments written yet.

Please login to write comment.