Color Hex Logo

#330349 Color Hex

#330349
(51,3,73)
0 Favorites   0 Comments

Color spaces of #330349

RGB 51373
HSL0.780.920.15
HSV281°96°29°
CMYK 0.300.960.00   0.71
XYZ2.60041.25006.4075
Yxy1.25000.25350.1219
Hunter Lab11.180321.9512-26.1531
CIE-Lab10.921234.6223-31.3769

#330349 color RGB value is (51,3,73).

#330349 hex color red value is 51, green value is 3 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #330349 hue: 0.78 , saturation: 0.92 and the lightness value of 330349 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 01001001
Octal 63 3 111
Decimal 51 3 73
Hex 33 3 49

RGB Percentages of Color #330349

%40.16
%2.36
%57.48

CMYK Percentages of Color #330349

%30
%96
%0
%71

Triadic Colors of #330349

#330349 #493303 #034933

Analogous Colors of #330349

#330349 #49033c #100349

Monochromatic Colors of #330349

#330349

Complementary Color

#330349 #194903

#330349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330349 Color CSS Codes

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

#330349 Text Font Color

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

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


#330349 Background Color

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

This div background color is #330349


#330349 Border Color

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

This div border color is #330349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330349

#330349 Color Palettes


Comments

No comments written yet.

Please login to write comment.