Color Hex Logo

#660020 Color Hex

#660020
(102,0,32)
0 Favorites   0 Comments

Color spaces of #660020

RGB 102032
HSL0.951.000.20
HSV341°100°40°
CMYK 0.001.000.69   0.60
XYZ5.74022.92911.6293
Yxy2.92910.55740.2844
Hunter Lab17.114629.91796.3359
CIE-Lab19.757742.042212.3667

#660020 color RGB value is (102,0,32).

#660020 hex color red value is 102, green value is 0 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #660020 hue: 0.95 , saturation: 1.00 and the lightness value of 660020 is 0.20.

The process color (four color CMYK) of #660020 color hex is 0.00, 1.00, 0.69, 0.60. Web safe color of #660020 is #660033. Color #660020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 00100000
Octal 146 0 40
Decimal 102 0 32
Hex 66 0 20

RGB Percentages of Color #660020

%76.12
%0.00
%23.88

CMYK Percentages of Color #660020

%0
%100
%69
%60

Triadic Colors of #660020

#660020 #206600 #002066

Analogous Colors of #660020

#660020 #661300 #660053

Monochromatic Colors of #660020

#660020

Complementary Color

#660020 #006646

#660020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660020 Color CSS Codes

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

#660020 Text Font Color

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

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


#660020 Background Color

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

This div background color is #660020


#660020 Border Color

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

This div border color is #660020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,0,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #660020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #660020;
  -webkit-box-shadow: 1px 1px 3px 2px #660020;
  box-shadow:         1px 1px 3px 2px #660020; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,0,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660020


Comments

No comments written yet.

Please login to write comment.