Color Hex Logo

#330576 Color Hex

#330576
(51,5,118)
0 Favorites   0 Comments

Color spaces of #330576

RGB 515118
HSL0.730.920.24
HSV264°96°46°
CMYK 0.570.960.00   0.54
XYZ4.68952.120417.3016
Yxy2.12040.19450.0879
Hunter Lab14.561632.0024-60.2533
CIE-Lab16.106844.9945-52.9709

#330576 color RGB value is (51,5,118).

#330576 hex color red value is 51, green value is 5 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #330576 hue: 0.73 , saturation: 0.92 and the lightness value of 330576 is 0.24.

The process color (four color CMYK) of #330576 color hex is 0.57, 0.96, 0.00, 0.54. Web safe color of #330576 is #330066. Color #330576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000101 01110110
Octal 63 5 166
Decimal 51 5 118
Hex 33 5 76

RGB Percentages of Color #330576

%29.31
%2.87
%67.82

CMYK Percentages of Color #330576

%57
%96
%0
%54

Triadic Colors of #330576

#330576 #763305 #057633

Analogous Colors of #330576

#330576 #6c0576 #051076

Monochromatic Colors of #330576

#330576

Complementary Color

#330576 #487605

#330576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330576 Color CSS Codes

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

#330576 Text Font Color

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

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


#330576 Background Color

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

This div background color is #330576


#330576 Border Color

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

This div border color is #330576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330576


Comments

No comments written yet.

Please login to write comment.