Color Hex Logo

#330955 Color Hex

#330955
(51,9,85)
0 Favorites   0 Comments

Color spaces of #330955

RGB 51985
HSL0.760.810.18
HSV273°89°33°
CMYK 0.400.890.00   0.67
XYZ3.10261.55518.7310
Yxy1.55510.23170.1162
Hunter Lab12.470422.5873-32.7820
CIE-Lab12.954134.9936-36.3235

#330955 color RGB value is (51,9,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001001 01010101
Octal 63 11 125
Decimal 51 9 85
Hex 33 9 55

RGB Percentages of Color #330955

%35.17
%6.21
%58.62

CMYK Percentages of Color #330955

%40
%89
%0
%67

Triadic Colors of #330955

#330955 #553309 #095533

Analogous Colors of #330955

#330955 #550951 #0d0955

Monochromatic Colors of #330955

#330955

Complementary Color

#330955 #2b5509

#330955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330955 Color CSS Codes

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

#330955 Text Font Color

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

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


#330955 Background Color

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

This div background color is #330955


#330955 Border Color

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

This div border color is #330955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330955


Comments

No comments written yet.

Please login to write comment.