Color Hex Logo

#330829 Color Hex

#330829
(51,8,41)
0 Favorites   0 Comments

Color spaces of #330829

RGB 51841
HSL0.870.730.12
HSV314°84°20°
CMYK 0.000.840.20   0.80
XYZ1.85231.03762.2005
Yxy1.03760.36390.2038
Hunter Lab10.186314.6330-5.6778
CIE-Lab9.300825.4980-10.8554

#330829 color RGB value is (51,8,41).

#330829 hex color red value is 51, green value is 8 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #330829 hue: 0.87 , saturation: 0.73 and the lightness value of 330829 is 0.12.

The process color (four color CMYK) of #330829 color hex is 0.00, 0.84, 0.20, 0.80. Web safe color of #330829 is #330033. Color #330829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001000 00101001
Octal 63 10 51
Decimal 51 8 41
Hex 33 8 29

RGB Percentages of Color #330829

%51.00
%8.00
%41.00

CMYK Percentages of Color #330829

%0
%84
%20
%80

Triadic Colors of #330829

#330829 #293308 #082933

Analogous Colors of #330829

#330829 #330814 #280833

Monochromatic Colors of #330829

#330829

Complementary Color

#330829 #083312

#330829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330829 Color CSS Codes

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

#330829 Text Font Color

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

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


#330829 Background Color

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

This div background color is #330829


#330829 Border Color

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

This div border color is #330829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330829


Comments

No comments written yet.

Please login to write comment.