Color Hex Logo

#450946 Color Hex

#450946
(69,9,70)
0 Favorites   0 Comments

Color spaces of #450946

RGB 69970
HSL0.830.770.15
HSV299°87°27°
CMYK 0.010.870.00   0.73
XYZ3.65741.90285.9689
Yxy1.90280.31720.1650
Hunter Lab13.794223.1877-15.9995
CIE-Lab14.968735.3179-22.5815

#450946 color RGB value is (69,9,70).

#450946 hex color red value is 69, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #450946 hue: 0.83 , saturation: 0.77 and the lightness value of 450946 is 0.15.

The process color (four color CMYK) of #450946 color hex is 0.01, 0.87, 0.00, 0.73. Web safe color of #450946 is #330033. Color #450946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001001 01000110
Octal 105 11 106
Decimal 69 9 70
Hex 45 9 46

RGB Percentages of Color #450946

%46.62
%6.08
%47.30

CMYK Percentages of Color #450946

%1
%87
%0
%73

Triadic Colors of #450946

#450946 #464509 #094645

Analogous Colors of #450946

#450946 #460929 #260946

Monochromatic Colors of #450946

#450946

Complementary Color

#450946 #0a4609

#450946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450946 Color CSS Codes

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

#450946 Text Font Color

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

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


#450946 Background Color

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

This div background color is #450946


#450946 Border Color

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

This div border color is #450946


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,9,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450946


Comments

No comments written yet.

Please login to write comment.