Color Hex Logo

#130503 Color Hex

#130503
(19,5,3)
0 Favorites   0 Comments

Color spaces of #130503

RGB 1953
HSL0.020.730.04
HSV84°
CMYK 0.000.740.84   0.93
XYZ0.33930.25360.1172
Yxy0.25360.47780.3571
Hunter Lab5.03593.21402.1453
CIE-Lab2.29074.02522.2732

#130503 color RGB value is (19,5,3).

#130503 hex color red value is 19, green value is 5 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #130503 hue: 0.02 , saturation: 0.73 and the lightness value of 130503 is 0.04.

The process color (four color CMYK) of #130503 color hex is 0.00, 0.74, 0.84, 0.93. Web safe color of #130503 is #000000. Color #130503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00000011
Octal 23 5 3
Decimal 19 5 3
Hex 13 5 3

RGB Percentages of Color #130503

%70.37
%18.52
%11.11

CMYK Percentages of Color #130503

%0
%74
%84
%93

Triadic Colors of #130503

#130503 #031305 #050313

Analogous Colors of #130503

#130503 #130d03 #130309

Monochromatic Colors of #130503

#130503

Complementary Color

#130503 #031113

#130503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130503 Color CSS Codes

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

#130503 Text Font Color

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

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


#130503 Background Color

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

This div background color is #130503


#130503 Border Color

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

This div border color is #130503


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,5,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 #130503">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130503


Comments

No comments written yet.

Please login to write comment.