Color Hex Logo

#451359 Color Hex

#451359
(69,19,89)
0 Favorites   0 Comments

Color spaces of #451359

RGB 691989
HSL0.790.650.21
HSV283°79°35°
CMYK 0.220.790.00   0.65
XYZ4.49032.45229.6879
Yxy2.45220.27000.1475
Hunter Lab15.659523.7800-25.7187
CIE-Lab17.701035.4886-31.1814

#451359 color RGB value is (69,19,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010011 01011001
Octal 105 23 131
Decimal 69 19 89
Hex 45 13 59

RGB Percentages of Color #451359

%38.98
%10.73
%50.28

CMYK Percentages of Color #451359

%22
%79
%0
%65

Triadic Colors of #451359

#451359 #594513 #135945

Analogous Colors of #451359

#451359 #59134a #221359

Monochromatic Colors of #451359

#451359

Complementary Color

#451359 #275913

#451359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#451359 Color CSS Codes

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

#451359 Text Font Color

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

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


#451359 Background Color

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

This div background color is #451359


#451359 Border Color

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

This div border color is #451359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451359


Comments

No comments written yet.

Please login to write comment.