Color Hex Logo

#330b49 Color Hex

#330B49
(51,11,73)
0 Favorites   0 Comments

Color spaces of #330b49

RGB 511173
HSL0.770.740.16
HSV279°85°29°
CMYK 0.300.850.00   0.71
XYZ2.68751.42426.4366
Yxy1.42420.25480.1350
Hunter Lab11.934019.3132-23.6243
CIE-Lab12.117831.1283-29.4314

#330b49 color RGB value is (51,11,73).

#330b49 hex color red value is 51, green value is 11 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #330b49 hue: 0.77 , saturation: 0.74 and the lightness value of 330b49 is 0.16.

The process color (four color CMYK) of #330b49 color hex is 0.30, 0.85, 0.00, 0.71. Web safe color of #330b49 is #330033. Color #330b49 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001011 01001001
Octal 63 13 111
Decimal 51 11 73
Hex 33 B 49

RGB Percentages of Color #330b49

%37.78
%8.15
%54.07

CMYK Percentages of Color #330b49

%30
%85
%0
%71

Triadic Colors of #330b49

#330b49 #49330b #0b4933

Analogous Colors of #330b49

#330b49 #490b40 #140b49

Monochromatic Colors of #330b49

#330b49

Complementary Color

#330b49 #21490b

#330b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330b49 Color CSS Codes

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

#330b49 Text Font Color

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

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


#330b49 Background Color

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

This div background color is #330b49


#330b49 Border Color

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

This div border color is #330b49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,11,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330b49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330b49;
  -webkit-box-shadow: 1px 1px 3px 2px #330b49;
  box-shadow:         1px 1px 3px 2px #330b49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330b49


Comments

No comments written yet.

Please login to write comment.