Color Hex Logo

#330555 Color Hex

#330555
(51,5,85)
0 Favorites   0 Comments

Color spaces of #330555

RGB 51585
HSL0.760.890.18
HSV275°94°33°
CMYK 0.400.940.00   0.67
XYZ3.05921.46828.7165
Yxy1.46820.23100.1109
Hunter Lab12.116923.8618-34.1693
CIE-Lab12.404536.6144-37.2235

#330555 color RGB value is (51,5,85).

#330555 hex color red value is 51, green value is 5 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #330555 hue: 0.76 , saturation: 0.89 and the lightness value of 330555 is 0.18.

The process color (four color CMYK) of #330555 color hex is 0.40, 0.94, 0.00, 0.67. Web safe color of #330555 is #330066. Color #330555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000101 01010101
Octal 63 5 125
Decimal 51 5 85
Hex 33 5 55

RGB Percentages of Color #330555

%36.17
%3.55
%60.28

CMYK Percentages of Color #330555

%40
%94
%0
%67

Triadic Colors of #330555

#330555 #553305 #055533

Analogous Colors of #330555

#330555 #55054f #0b0555

Monochromatic Colors of #330555

#330555

Complementary Color

#330555 #275505

#330555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330555 Color CSS Codes

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

#330555 Text Font Color

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

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


#330555 Background Color

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

This div background color is #330555


#330555 Border Color

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

This div border color is #330555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330555


Comments

No comments written yet.

Please login to write comment.