Color Hex Logo

#453baa Color Hex

#453BAA
(69,59,170)
0 Favorites   0 Comments

Color spaces of #453baa

RGB 6959170
HSL0.680.480.45
HSV245°65°67°
CMYK 0.590.650.00   0.33
XYZ11.27397.295438.8442
Yxy7.29540.19640.1271
Hunter Lab27.010027.2379-66.3604
CIE-Lab32.470136.7449-58.2773

#453baa color RGB value is (69,59,170).

#453baa hex color red value is 69, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #453baa hue: 0.68 , saturation: 0.48 and the lightness value of 453baa is 0.45.

The process color (four color CMYK) of #453baa color hex is 0.59, 0.65, 0.00, 0.33. Web safe color of #453baa is #333399. Color #453baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111011 10101010
Octal 105 73 252
Decimal 69 59 170
Hex 45 3B AA

RGB Percentages of Color #453baa

%23.15
%19.80
%57.05

CMYK Percentages of Color #453baa

%59
%65
%0
%33

Triadic Colors of #453baa

#453baa #aa453b #3baa45

Analogous Colors of #453baa

#453baa #7d3baa #3b69aa

Monochromatic Colors of #453baa

#453baa

Complementary Color

#453baa #a0aa3b

#453baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#453baa Color CSS Codes

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

#453baa Text Font Color

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

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


#453baa Background Color

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

This div background color is #453baa


#453baa Border Color

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

This div border color is #453baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453baa


Comments

No comments written yet.

Please login to write comment.