Color Hex Logo

#330553 Color Hex

#330553
(51,5,83)
0 Favorites   0 Comments

Color spaces of #330553

RGB 51583
HSL0.760.890.17
HSV275°94°33°
CMYK 0.390.940.00   0.67
XYZ2.98081.43698.3039
Yxy1.43690.23430.1129
Hunter Lab11.987123.4098-32.6815
CIE-Lab12.201236.1202-36.1919

#330553 color RGB value is (51,5,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000101 01010011
Octal 63 5 123
Decimal 51 5 83
Hex 33 5 53

RGB Percentages of Color #330553

%36.69
%3.60
%59.71

CMYK Percentages of Color #330553

%39
%94
%0
%67

Triadic Colors of #330553

#330553 #533305 #055333

Analogous Colors of #330553

#330553 #53054c #0c0553

Monochromatic Colors of #330553

#330553

Complementary Color

#330553 #255305

#330553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330553 Color CSS Codes

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

#330553 Text Font Color

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

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


#330553 Background Color

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

This div background color is #330553


#330553 Border Color

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

This div border color is #330553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330553


Comments

No comments written yet.

Please login to write comment.