Color Hex Logo

#330566 Color Hex

#330566
(51,5,102)
0 Favorites   0 Comments

Color spaces of #330566

RGB 515102
HSL0.750.910.21
HSV268°95°40°
CMYK 0.500.950.00   0.60
XYZ3.81781.771712.7111
Yxy1.77170.20860.0968
Hunter Lab13.310527.9050-47.3026
CIE-Lab14.240440.8892-45.6085

#330566 color RGB value is (51,5,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000101 01100110
Octal 63 5 146
Decimal 51 5 102
Hex 33 5 66

RGB Percentages of Color #330566

%32.28
%3.16
%64.56

CMYK Percentages of Color #330566

%50
%95
%0
%60

Triadic Colors of #330566

#330566 #663305 #056633

Analogous Colors of #330566

#330566 #640566 #050766

Monochromatic Colors of #330566

#330566

Complementary Color

#330566 #386605

#330566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330566 Color CSS Codes

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

#330566 Text Font Color

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

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


#330566 Background Color

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

This div background color is #330566


#330566 Border Color

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

This div border color is #330566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330566


Comments

No comments written yet.

Please login to write comment.