Color Hex Logo

#530701 Color Hex

#530701
(83,7,1)
0 Favorites   0 Comments

Color spaces of #530701

RGB 8371
HSL0.010.980.16
HSV99°33°
CMYK 0.000.920.99   0.67
XYZ3.64871.99310.2211
Yxy1.99310.62230.3400
Hunter Lab14.117721.42708.9539
CIE-Lab15.451033.104923.4772

#530701 color RGB value is (83,7,1).

#530701 hex color red value is 83, green value is 7 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #530701 hue: 0.01 , saturation: 0.98 and the lightness value of 530701 is 0.16.

The process color (four color CMYK) of #530701 color hex is 0.00, 0.92, 0.99, 0.67. Web safe color of #530701 is #660000. Color #530701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 00000001
Octal 123 7 1
Decimal 83 7 1
Hex 53 7 1

RGB Percentages of Color #530701

%91.21
%7.69
%1.10

CMYK Percentages of Color #530701

%0
%92
%99
%67

Triadic Colors of #530701

#530701 #015307 #070153

Analogous Colors of #530701

#530701 #533001 #530124

Monochromatic Colors of #530701

#530701

Complementary Color

#530701 #014d53

#530701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530701 Color CSS Codes

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

#530701 Text Font Color

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

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


#530701 Background Color

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

This div background color is #530701


#530701 Border Color

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

This div border color is #530701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530701


Comments

No comments written yet.

Please login to write comment.