Color Hex Logo

#450149 Color Hex

#450149
(69,1,73)
0 Favorites   0 Comments

Color spaces of #450149

RGB 69173
HSL0.820.970.15
HSV297°99°29°
CMYK 0.050.990.00   0.71
XYZ3.66771.76806.4513
Yxy1.76800.30850.1487
Hunter Lab13.296625.9678-19.4589
CIE-Lab14.219438.7059-25.8673

#450149 color RGB value is (69,1,73).

#450149 hex color red value is 69, green value is 1 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #450149 hue: 0.82 , saturation: 0.97 and the lightness value of 450149 is 0.15.

The process color (four color CMYK) of #450149 color hex is 0.05, 0.99, 0.00, 0.71. Web safe color of #450149 is #330033. Color #450149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000001 01001001
Octal 105 1 111
Decimal 69 1 73
Hex 45 1 49

RGB Percentages of Color #450149

%48.25
%0.70
%51.05

CMYK Percentages of Color #450149

%5
%99
%0
%71

Triadic Colors of #450149

#450149 #494501 #014945

Analogous Colors of #450149

#450149 #490129 #210149

Monochromatic Colors of #450149

#450149

Complementary Color

#450149 #054901

#450149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450149 Color CSS Codes

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

#450149 Text Font Color

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

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


#450149 Background Color

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

This div background color is #450149


#450149 Border Color

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

This div border color is #450149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450149


Comments

No comments written yet.

Please login to write comment.