Color Hex Logo

#660033 Color Hex

#660033
(102,0,51)
15 Favorites   0 Comments

Color spaces of #660033

RGB 102051
HSL0.921.000.20
HSV330°100°40°
CMYK 0.001.000.50   0.60
XYZ6.07703.06383.4030
Yxy3.06380.48450.2442
Hunter Lab17.503731.34070.7257
CIE-Lab20.297643.4789-0.4165

#660033 color RGB value is (102,0,51). This hex color code is also a web safe color which is equal to #603.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 00110011
Octal 146 0 63
Decimal 102 0 51
Hex 66 0 33

RGB Percentages of Color #660033

%66.67
%0.00
%33.33

CMYK Percentages of Color #660033

%0
%100
%50
%60

Triadic Colors of #660033

#660033 #336600 #003366

Analogous Colors of #660033

#660033 #660000 #660066

Monochromatic Colors of #660033

#660033

Complementary Color

#660033 #006633

#660033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660033 Color CSS Codes

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

#660033 Text Font Color

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

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


#660033 Background Color

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

This div background color is #660033


#660033 Border Color

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

This div border color is #660033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660033


Comments

No comments written yet.

Please login to write comment.