Color Hex Logo

#68130a Color Hex

#68130A
(104,19,10)
0 Favorites   0 Comments

Color spaces of #68130a

RGB 1041910
HSL0.020.820.22
HSV90°41°
CMYK 0.000.820.90   0.59
XYZ5.99663.43070.6333
Yxy3.43070.59600.3410
Hunter Lab18.522125.376110.9383
CIE-Lab21.692336.581828.3421

#68130a color RGB value is (104,19,10).

#68130a hex color red value is 104, green value is 19 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #68130a hue: 0.02 , saturation: 0.82 and the lightness value of 68130a is 0.22.

The process color (four color CMYK) of #68130a color hex is 0.00, 0.82, 0.90, 0.59. Web safe color of #68130a is #660000. Color #68130a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 00001010
Octal 150 23 12
Decimal 104 19 10
Hex 68 13 A

RGB Percentages of Color #68130a

%78.20
%14.29
%7.52

CMYK Percentages of Color #68130a

%0
%82
%90
%59

Triadic Colors of #68130a

#68130a #0a6813 #130a68

Analogous Colors of #68130a

#68130a #68420a #680a30

Monochromatic Colors of #68130a

#68130a

Complementary Color

#68130a #0a5f68

#68130a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68130a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68130a Color CSS Codes

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

#68130a Text Font Color

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

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


#68130a Background Color

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

This div background color is #68130a


#68130a Border Color

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

This div border color is #68130a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68130a


Comments

No comments written yet.

Please login to write comment.