Color Hex Logo

#450329 Color Hex

#450329
(69,3,41)
0 Favorites   0 Comments

Color spaces of #450329

RGB 69341
HSL0.900.920.14
HSV325°96°27°
CMYK 0.000.960.41   0.73
XYZ2.88701.49042.2333
Yxy1.49040.43670.2255
Hunter Lab12.208220.8474-2.3005
CIE-Lab12.546932.9584-5.5280

#450329 color RGB value is (69,3,41).

#450329 hex color red value is 69, green value is 3 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #450329 hue: 0.90 , saturation: 0.92 and the lightness value of 450329 is 0.14.

The process color (four color CMYK) of #450329 color hex is 0.00, 0.96, 0.41, 0.73. Web safe color of #450329 is #330033. Color #450329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000011 00101001
Octal 105 3 51
Decimal 69 3 41
Hex 45 3 29

RGB Percentages of Color #450329

%61.06
%2.65
%36.28

CMYK Percentages of Color #450329

%0
%96
%41
%73

Triadic Colors of #450329

#450329 #294503 #032945

Analogous Colors of #450329

#450329 #450308 #400345

Monochromatic Colors of #450329

#450329

Complementary Color

#450329 #03451f

#450329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450329 Color CSS Codes

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

#450329 Text Font Color

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

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


#450329 Background Color

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

This div background color is #450329


#450329 Border Color

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

This div border color is #450329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450329


Comments

No comments written yet.

Please login to write comment.