Color Hex Logo

#130611 Color Hex

#130611
(19,6,17)
0 Favorites   0 Comments

Color spaces of #130611

RGB 19617
HSL0.860.520.05
HSV309°68°
CMYK 0.000.680.11   0.93
XYZ0.43490.30920.5671
Yxy0.30920.33170.2358
Hunter Lab5.56064.2297-2.1543
CIE-Lab2.79305.7765-3.2960

#130611 color RGB value is (19,6,17).

#130611 hex color red value is 19, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #130611 hue: 0.86 , saturation: 0.52 and the lightness value of 130611 is 0.05.

The process color (four color CMYK) of #130611 color hex is 0.00, 0.68, 0.11, 0.93. Web safe color of #130611 is #000000. Color #130611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 00010001
Octal 23 6 21
Decimal 19 6 17
Hex 13 6 11

RGB Percentages of Color #130611

%45.24
%14.29
%40.48

CMYK Percentages of Color #130611

%0
%68
%11
%93

Triadic Colors of #130611

#130611 #111306 #061113

Analogous Colors of #130611

#130611 #13060b #0f0613

Monochromatic Colors of #130611

#130611

Complementary Color

#130611 #061308

#130611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130611 Color CSS Codes

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

#130611 Text Font Color

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

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


#130611 Background Color

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

This div background color is #130611


#130611 Border Color

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

This div border color is #130611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130611


Comments

No comments written yet.

Please login to write comment.