Color Hex Logo

#650211 Color Hex

#650211
(101,2,17)
0 Favorites   0 Comments

Color spaces of #650211

RGB 101217
HSL0.970.960.20
HSV351°98°40°
CMYK 0.000.980.83   0.60
XYZ5.48972.85060.7912
Yxy2.85060.60120.3122
Hunter Lab16.883728.49239.0402
CIE-Lab19.435440.535422.1924

#650211 color RGB value is (101,2,17).

#650211 hex color red value is 101, green value is 2 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #650211 hue: 0.97 , saturation: 0.96 and the lightness value of 650211 is 0.20.

The process color (four color CMYK) of #650211 color hex is 0.00, 0.98, 0.83, 0.60. Web safe color of #650211 is #660000. Color #650211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000010 00010001
Octal 145 2 21
Decimal 101 2 17
Hex 65 2 11

RGB Percentages of Color #650211

%84.17
%1.67
%14.17

CMYK Percentages of Color #650211

%0
%98
%83
%60

Triadic Colors of #650211

#650211 #116502 #021165

Analogous Colors of #650211

#650211 #652502 #650242

Monochromatic Colors of #650211

#650211

Complementary Color

#650211 #026556

#650211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650211 Color CSS Codes

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

#650211 Text Font Color

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

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


#650211 Background Color

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

This div background color is #650211


#650211 Border Color

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

This div border color is #650211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650211


Comments

No comments written yet.

Please login to write comment.