Color Hex Logo

#660019 Color Hex

#660019
(102,0,25)
2 Favorites   0 Comments

Color spaces of #660019

RGB 102025
HSL0.961.000.20
HSV345°100°40°
CMYK 0.001.000.75   0.60
XYZ5.65502.89501.1804
Yxy2.89500.58120.2975
Hunter Lab17.014729.55057.7970
CIE-Lab19.618441.667217.1468

#660019 color RGB value is (102,0,25).

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

The process color (four color CMYK) of #660019 color hex is 0.00, 1.00, 0.75, 0.60. Web safe color of #660019 is #660000. Color #660019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 00011001
Octal 146 0 31
Decimal 102 0 25
Hex 66 0 19

RGB Percentages of Color #660019

%80.31
%0.00
%19.69

CMYK Percentages of Color #660019

%0
%100
%75
%60

Triadic Colors of #660019

#660019 #196600 #001966

Analogous Colors of #660019

#660019 #661a00 #66004c

Monochromatic Colors of #660019

#660019

Complementary Color

#660019 #00664d

#660019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660019 Color CSS Codes

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

#660019 Text Font Color

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

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


#660019 Background Color

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

This div background color is #660019


#660019 Border Color

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

This div border color is #660019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660019


Comments

No comments written yet.

Please login to write comment.