Color Hex Logo

#530103 Color Hex

#530103
(83,1,3)
0 Favorites   0 Comments

Color spaces of #530103

RGB 8313
HSL1.000.980.16
HSV359°99°33°
CMYK 0.000.990.96   0.67
XYZ3.59461.86730.2571
Yxy1.86730.62850.3265
Hunter Lab13.664923.04148.4499
CIE-Lab14.774935.181521.7965

#530103 color RGB value is (83,1,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000001 00000011
Octal 123 1 3
Decimal 83 1 3
Hex 53 1 3

RGB Percentages of Color #530103

%95.40
%1.15
%3.45

CMYK Percentages of Color #530103

%0
%99
%96
%67

Triadic Colors of #530103

#530103 #035301 #010353

Analogous Colors of #530103

#530103 #532801 #53012c

Monochromatic Colors of #530103

#530103

Complementary Color

#530103 #015351

#530103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530103 Color CSS Codes

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

#530103 Text Font Color

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

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


#530103 Background Color

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

This div background color is #530103


#530103 Border Color

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

This div border color is #530103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530103


Comments

No comments written yet.

Please login to write comment.