Color Hex Logo

#450689 Color Hex

#450689
(69,6,137)
0 Favorites   0 Comments

Color spaces of #450689

RGB 696137
HSL0.750.920.28
HSV269°96°54°
CMYK 0.500.960.00   0.46
XYZ7.03473.201623.9141
Yxy3.20160.20600.0938
Hunter Lab17.893038.8651-66.7163
CIE-Lab20.833851.1624-57.1621

#450689 color RGB value is (69,6,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000110 10001001
Octal 105 6 211
Decimal 69 6 137
Hex 45 6 89

RGB Percentages of Color #450689

%32.55
%2.83
%64.62

CMYK Percentages of Color #450689

%50
%96
%0
%46

Triadic Colors of #450689

#450689 #894506 #068945

Analogous Colors of #450689

#450689 #870689 #060889

Monochromatic Colors of #450689

#450689

Complementary Color

#450689 #4a8906

#450689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450689 Color CSS Codes

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

#450689 Text Font Color

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

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


#450689 Background Color

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

This div background color is #450689


#450689 Border Color

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

This div border color is #450689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450689


Comments

No comments written yet.

Please login to write comment.