Color Hex Logo

#450759 Color Hex

#450759
(69,7,89)
0 Favorites   0 Comments

Color spaces of #450759

RGB 69789
HSL0.790.850.19
HSV285°92°35°
CMYK 0.220.920.00   0.65
XYZ4.33342.13849.6356
Yxy2.13840.26900.1328
Hunter Lab14.623327.3052-28.8312
CIE-Lab16.197439.8394-33.6129

#450759 color RGB value is (69,7,89).

#450759 hex color red value is 69, green value is 7 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #450759 hue: 0.79 , saturation: 0.85 and the lightness value of 450759 is 0.19.

The process color (four color CMYK) of #450759 color hex is 0.22, 0.92, 0.00, 0.65. Web safe color of #450759 is #330066. Color #450759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000111 01011001
Octal 105 7 131
Decimal 69 7 89
Hex 45 7 59

RGB Percentages of Color #450759

%41.82
%4.24
%53.94

CMYK Percentages of Color #450759

%22
%92
%0
%65

Triadic Colors of #450759

#450759 #594507 #075945

Analogous Colors of #450759

#450759 #590744 #1c0759

Monochromatic Colors of #450759

#450759

Complementary Color

#450759 #1b5907

#450759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450759 Color CSS Codes

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

#450759 Text Font Color

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

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


#450759 Background Color

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

This div background color is #450759


#450759 Border Color

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

This div border color is #450759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450759


Comments

No comments written yet.

Please login to write comment.