Color Hex Logo

#450baa Color Hex

#450BAA
(69,11,170)
0 Favorites   0 Comments

Color spaces of #450baa

RGB 6911170
HSL0.730.880.35
HSV262°94°67°
CMYK 0.590.940.00   0.33
XYZ9.82964.406838.3627
Yxy4.40680.18690.0838
Hunter Lab20.992446.8453-93.6553
CIE-Lab24.973158.0860-70.6147

#450baa color RGB value is (69,11,170).

#450baa hex color red value is 69, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #450baa hue: 0.73 , saturation: 0.88 and the lightness value of 450baa is 0.35.

The process color (four color CMYK) of #450baa color hex is 0.59, 0.94, 0.00, 0.33. Web safe color of #450baa is #330099. Color #450baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001011 10101010
Octal 105 13 252
Decimal 69 11 170
Hex 45 B AA

RGB Percentages of Color #450baa

%27.60
%4.40
%68.00

CMYK Percentages of Color #450baa

%59
%94
%0
%33

Triadic Colors of #450baa

#450baa #aa450b #0baa45

Analogous Colors of #450baa

#450baa #950baa #0b20aa

Monochromatic Colors of #450baa

#450baa

Complementary Color

#450baa #70aa0b

#450baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#450baa Color CSS Codes

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

#450baa Text Font Color

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

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


#450baa Background Color

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

This div background color is #450baa


#450baa Border Color

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

This div border color is #450baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #450baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #450baa;
  -webkit-box-shadow: 1px 1px 3px 2px #450baa;
  box-shadow:         1px 1px 3px 2px #450baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450baa


Comments

No comments written yet.

Please login to write comment.