Color Hex Logo

#330825 Color Hex

#330825
(51,8,37)
0 Favorites   0 Comments

Color spaces of #330825

RGB 51837
HSL0.890.730.12
HSV320°84°20°
CMYK 0.000.840.27   0.80
XYZ1.78601.01101.8513
Yxy1.01100.38420.2175
Hunter Lab10.054814.1102-3.8781
CIE-Lab9.082724.8131-8.1822

#330825 color RGB value is (51,8,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001000 00100101
Octal 63 10 45
Decimal 51 8 37
Hex 33 8 25

RGB Percentages of Color #330825

%53.13
%8.33
%38.54

CMYK Percentages of Color #330825

%0
%84
%27
%80

Triadic Colors of #330825

#330825 #253308 #082533

Analogous Colors of #330825

#330825 #330810 #2c0833

Monochromatic Colors of #330825

#330825

Complementary Color

#330825 #083316

#330825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330825 Color CSS Codes

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

#330825 Text Font Color

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

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


#330825 Background Color

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

This div background color is #330825


#330825 Border Color

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

This div border color is #330825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330825


Comments

No comments written yet.

Please login to write comment.