Color Hex Logo

#5c002a Color Hex

#5C002A
(92,0,42)
0 Favorites   0 Comments

Color spaces of #5c002a

RGB 92042
HSL0.921.000.18
HSV333°100°36°
CMYK 0.001.000.54   0.64
XYZ4.83162.44252.4073
Yxy2.44250.49910.2523
Hunter Lab15.628527.83401.8074
CIE-Lab17.656540.14851.8953

#5c002a color RGB value is (92,0,42).

#5c002a hex color red value is 92, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5c002a hue: 0.92 , saturation: 1.00 and the lightness value of 5c002a is 0.18.

The process color (four color CMYK) of #5c002a color hex is 0.00, 1.00, 0.54, 0.64. Web safe color of #5c002a is #660033. Color #5c002a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00000000 00101010
Octal 134 0 52
Decimal 92 0 42
Hex 5C 0 2A

RGB Percentages of Color #5c002a

%68.66
%0.00
%31.34

CMYK Percentages of Color #5c002a

%0
%100
%54
%64

Triadic Colors of #5c002a

#5c002a #2a5c00 #002a5c

Analogous Colors of #5c002a

#5c002a #5c0400 #5c0058

Monochromatic Colors of #5c002a

#5c002a

Complementary Color

#5c002a #005c32

#5c002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c002a Color CSS Codes

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

#5c002a Text Font Color

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

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


#5c002a Background Color

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

This div background color is #5c002a


#5c002a Border Color

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

This div border color is #5c002a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c002a

#5c002a Color Palettes


Comments

No comments written yet.

Please login to write comment.