Color Hex Logo

#453faa Color Hex

#453FAA
(69,63,170)
0 Favorites   0 Comments

Color spaces of #453faa

RGB 6963170
HSL0.680.460.46
HSV243°63°67°
CMYK 0.590.630.00   0.33
XYZ11.48747.722538.9153
Yxy7.72250.19760.1329
Hunter Lab27.789425.1558-63.5751
CIE-Lab33.398134.2861-56.7638

#453faa color RGB value is (69,63,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111111 10101010
Octal 105 77 252
Decimal 69 63 170
Hex 45 3F AA

RGB Percentages of Color #453faa

%22.85
%20.86
%56.29

CMYK Percentages of Color #453faa

%59
%63
%0
%33

Triadic Colors of #453faa

#453faa #aa453f #3faa45

Analogous Colors of #453faa

#453faa #7b3faa #3f6faa

Monochromatic Colors of #453faa

#453faa

Complementary Color

#453faa #a4aa3f

#453faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#453faa Color CSS Codes

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

#453faa Text Font Color

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

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


#453faa Background Color

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

This div background color is #453faa


#453faa Border Color

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

This div border color is #453faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453faa


Comments

No comments written yet.

Please login to write comment.