Color Hex Logo

#451595 Color Hex

#451595
(69,21,149)
0 Favorites   0 Comments

Color spaces of #451595

RGB 6921149
HSL0.730.750.33
HSV263°86°58°
CMYK 0.540.860.00   0.42
XYZ8.14723.971528.7709
Yxy3.97150.19920.0971
Hunter Lab19.928638.0991-71.6468
CIE-Lab23.577049.8679-60.1035

#451595 color RGB value is (69,21,149).

#451595 hex color red value is 69, green value is 21 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #451595 hue: 0.73 , saturation: 0.75 and the lightness value of 451595 is 0.33.

The process color (four color CMYK) of #451595 color hex is 0.54, 0.86, 0.00, 0.42. Web safe color of #451595 is #330099. Color #451595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010101 10010101
Octal 105 25 225
Decimal 69 21 149
Hex 45 15 95

RGB Percentages of Color #451595

%28.87
%8.79
%62.34

CMYK Percentages of Color #451595

%54
%86
%0
%42

Triadic Colors of #451595

#451595 #954515 #159545

Analogous Colors of #451595

#451595 #851595 #152595

Monochromatic Colors of #451595

#451595

Complementary Color

#451595 #659515

#451595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#451595 Color CSS Codes

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

#451595 Text Font Color

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

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


#451595 Background Color

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

This div background color is #451595


#451595 Border Color

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

This div border color is #451595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451595


Comments

No comments written yet.

Please login to write comment.