Color Hex Logo

#451baa Color Hex

#451BAA
(69,27,170)
0 Favorites   0 Comments

Color spaces of #451baa

RGB 6927170
HSL0.720.730.39
HSV258°84°67°
CMYK 0.590.840.00   0.33
XYZ10.10194.951438.4535
Yxy4.95140.18880.0925
Hunter Lab22.251742.0953-86.8835
CIE-Lab26.595953.2389-67.9282

#451baa color RGB value is (69,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00011011 10101010
Octal 105 33 252
Decimal 69 27 170
Hex 45 1B AA

RGB Percentages of Color #451baa

%25.94
%10.15
%63.91

CMYK Percentages of Color #451baa

%59
%84
%0
%33

Triadic Colors of #451baa

#451baa #aa451b #1baa45

Analogous Colors of #451baa

#451baa #8d1baa #1b39aa

Monochromatic Colors of #451baa

#451baa

Complementary Color

#451baa #80aa1b

#451baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#451baa Color CSS Codes

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

#451baa Text Font Color

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

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


#451baa Background Color

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

This div background color is #451baa


#451baa Border Color

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

This div border color is #451baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451baa


Comments

No comments written yet.

Please login to write comment.