Color Hex Logo

#530802 Color Hex

#530802
(83,8,2)
0 Favorites   0 Comments

Color spaces of #530802

RGB 8382
HSL0.010.950.17
HSV98°33°
CMYK 0.000.900.98   0.67
XYZ3.66512.01700.2536
Yxy2.01700.61750.3398
Hunter Lab14.202121.21138.8828
CIE-Lab15.576232.817523.2282

#530802 color RGB value is (83,8,2).

#530802 hex color red value is 83, green value is 8 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #530802 hue: 0.01 , saturation: 0.95 and the lightness value of 530802 is 0.17.

The process color (four color CMYK) of #530802 color hex is 0.00, 0.90, 0.98, 0.67. Web safe color of #530802 is #660000. Color #530802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 00000010
Octal 123 10 2
Decimal 83 8 2
Hex 53 8 2

RGB Percentages of Color #530802

%89.25
%8.60
%2.15

CMYK Percentages of Color #530802

%0
%90
%98
%67

Triadic Colors of #530802

#530802 #025308 #080253

Analogous Colors of #530802

#530802 #533102 #530225

Monochromatic Colors of #530802

#530802

Complementary Color

#530802 #024d53

#530802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530802 Color CSS Codes

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

#530802 Text Font Color

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

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


#530802 Background Color

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

This div background color is #530802


#530802 Border Color

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

This div border color is #530802


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,8,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530802; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530802;
  -webkit-box-shadow: 1px 1px 3px 2px #530802;
  box-shadow:         1px 1px 3px 2px #530802; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530802


Comments

No comments written yet.

Please login to write comment.