Color Hex Logo

#63110a Color Hex

#63110A
(99,17,10)
0 Favorites   0 Comments

Color spaces of #63110a

RGB 991710
HSL0.010.820.21
HSV90°39°
CMYK 0.000.830.90   0.61
XYZ5.40083.07550.5961
Yxy3.07550.59530.3390
Hunter Lab17.537124.281710.2607
CIE-Lab20.343835.570926.5492

#63110a color RGB value is (99,17,10).

#63110a hex color red value is 99, green value is 17 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #63110a hue: 0.01 , saturation: 0.82 and the lightness value of 63110a is 0.21.

The process color (four color CMYK) of #63110a color hex is 0.00, 0.83, 0.90, 0.61. Web safe color of #63110a is #660000. Color #63110a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010001 00001010
Octal 143 21 12
Decimal 99 17 10
Hex 63 11 A

RGB Percentages of Color #63110a

%78.57
%13.49
%7.94

CMYK Percentages of Color #63110a

%0
%83
%90
%61

Triadic Colors of #63110a

#63110a #0a6311 #110a63

Analogous Colors of #63110a

#63110a #633e0a #630a30

Monochromatic Colors of #63110a

#63110a

Complementary Color

#63110a #0a5c63

#63110a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63110a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63110a Color CSS Codes

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

#63110a Text Font Color

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

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


#63110a Background Color

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

This div background color is #63110a


#63110a Border Color

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

This div border color is #63110a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,17,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 #63110a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63110a


Comments

No comments written yet.

Please login to write comment.