Color Hex Logo

#450fa1 Color Hex

#450FA1
(69,15,161)
0 Favorites   0 Comments

Color spaces of #450fa1

RGB 6915161
HSL0.730.830.35
HSV262°91°63°
CMYK 0.570.910.00   0.37
XYZ9.05814.180134.0476
Yxy4.18010.19160.0884
Hunter Lab20.445343.3035-84.4241
CIE-Lab24.258154.8596-66.3391

#450fa1 color RGB value is (69,15,161).

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

The process color (four color CMYK) of #450fa1 color hex is 0.57, 0.91, 0.00, 0.37. Web safe color of #450fa1 is #330099. Color #450fa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001111 10100001
Octal 105 17 241
Decimal 69 15 161
Hex 45 F A1

RGB Percentages of Color #450fa1

%28.16
%6.12
%65.71

CMYK Percentages of Color #450fa1

%57
%91
%0
%37

Triadic Colors of #450fa1

#450fa1 #a1450f #0fa145

Analogous Colors of #450fa1

#450fa1 #8e0fa1 #0f22a1

Monochromatic Colors of #450fa1

#450fa1

Complementary Color

#450fa1 #6ba10f

#450fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450fa1 Color CSS Codes

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

#450fa1 Text Font Color

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

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


#450fa1 Background Color

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

This div background color is #450fa1


#450fa1 Border Color

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

This div border color is #450fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450fa1


Comments

No comments written yet.

Please login to write comment.