Color Hex Logo

#603366 Color Hex

#603366
(96,51,102)
0 Favorites   0 Comments

Color spaces of #603366

RGB 9651102
HSL0.810.330.30
HSV293°50°40°
CMYK 0.060.500.00   0.60
XYZ8.40605.813813.2495
Yxy5.81380.30600.2116
Hunter Lab24.111820.0340-15.7017
CIE-Lab28.937829.0712-21.6294

#603366 color RGB value is (96,51,102).

#603366 hex color red value is 96, green value is 51 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #603366 hue: 0.81 , saturation: 0.33 and the lightness value of 603366 is 0.30.

The process color (four color CMYK) of #603366 color hex is 0.06, 0.50, 0.00, 0.60. Web safe color of #603366 is #663366. Color #603366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 01100110
Octal 140 63 146
Decimal 96 51 102
Hex 60 33 66

RGB Percentages of Color #603366

%38.55
%20.48
%40.96

CMYK Percentages of Color #603366

%6
%50
%0
%60

Triadic Colors of #603366

#603366 #666033 #336660

Analogous Colors of #603366

#603366 #663353 #463366

Monochromatic Colors of #603366

#603366

Complementary Color

#603366 #396633

#603366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603366 Color CSS Codes

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

#603366 Text Font Color

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

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


#603366 Background Color

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

This div background color is #603366


#603366 Border Color

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

This div border color is #603366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603366


Comments

No comments written yet.

Please login to write comment.