Color Hex Logo

#450589 Color Hex

#450589
(69,5,137)
0 Favorites   0 Comments

Color spaces of #450589

RGB 695137
HSL0.750.930.28
HSV269°96°54°
CMYK 0.500.960.00   0.46
XYZ7.02393.179923.9105
Yxy3.17990.20590.0932
Hunter Lab17.832339.1023-67.0167
CIE-Lab20.750451.4144-57.2998

#450589 color RGB value is (69,5,137).

#450589 hex color red value is 69, green value is 5 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #450589 hue: 0.75 , saturation: 0.93 and the lightness value of 450589 is 0.28.

The process color (four color CMYK) of #450589 color hex is 0.50, 0.96, 0.00, 0.46. Web safe color of #450589 is #330099. Color #450589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000101 10001001
Octal 105 5 211
Decimal 69 5 137
Hex 45 5 89

RGB Percentages of Color #450589

%32.70
%2.37
%64.93

CMYK Percentages of Color #450589

%50
%96
%0
%46

Triadic Colors of #450589

#450589 #894505 #058945

Analogous Colors of #450589

#450589 #870589 #050789

Monochromatic Colors of #450589

#450589

Complementary Color

#450589 #498905

#450589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450589 Color CSS Codes

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

#450589 Text Font Color

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

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


#450589 Background Color

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

This div background color is #450589


#450589 Border Color

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

This div border color is #450589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450589


Comments

No comments written yet.

Please login to write comment.