Color Hex Logo

#330666 Color Hex

#330666
(51,6,102)
0 Favorites   0 Comments

Color spaces of #330666

RGB 516102
HSL0.740.890.21
HSV268°94°40°
CMYK 0.500.940.00   0.60
XYZ3.82861.793412.7147
Yxy1.79340.20880.0978
Hunter Lab13.391827.5960-46.9180
CIE-Lab14.363440.5205-45.4057

#330666 color RGB value is (51,6,102).

#330666 hex color red value is 51, green value is 6 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #330666 hue: 0.74 , saturation: 0.89 and the lightness value of 330666 is 0.21.

The process color (four color CMYK) of #330666 color hex is 0.50, 0.94, 0.00, 0.60. Web safe color of #330666 is #330066. Color #330666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000110 01100110
Octal 63 6 146
Decimal 51 6 102
Hex 33 6 66

RGB Percentages of Color #330666

%32.08
%3.77
%64.15

CMYK Percentages of Color #330666

%50
%94
%0
%60

Triadic Colors of #330666

#330666 #663306 #066633

Analogous Colors of #330666

#330666 #630666 #060966

Monochromatic Colors of #330666

#330666

Complementary Color

#330666 #396606

#330666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330666 Color CSS Codes

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

#330666 Text Font Color

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

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


#330666 Background Color

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

This div background color is #330666


#330666 Border Color

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

This div border color is #330666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330666


Comments

No comments written yet.

Please login to write comment.