Color Hex Logo

#450474 Color Hex

#450474
(69,4,116)
0 Favorites   0 Comments

Color spaces of #450474

RGB 694116
HSL0.760.930.24
HSV275°97°45°
CMYK 0.410.970.00   0.55
XYZ5.65002.613016.7296
Yxy2.61300.22610.1046
Hunter Lab16.164834.1019-50.0463
CIE-Lab18.422146.7659-47.7718

#450474 color RGB value is (69,4,116).

#450474 hex color red value is 69, green value is 4 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #450474 hue: 0.76 , saturation: 0.93 and the lightness value of 450474 is 0.24.

The process color (four color CMYK) of #450474 color hex is 0.41, 0.97, 0.00, 0.55. Web safe color of #450474 is #330066. Color #450474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000100 01110100
Octal 105 4 164
Decimal 69 4 116
Hex 45 4 74

RGB Percentages of Color #450474

%36.51
%2.12
%61.38

CMYK Percentages of Color #450474

%41
%97
%0
%55

Triadic Colors of #450474

#450474 #744504 #047445

Analogous Colors of #450474

#450474 #74046b #0d0474

Monochromatic Colors of #450474

#450474

Complementary Color

#450474 #337404

#450474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450474 Color CSS Codes

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

#450474 Text Font Color

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

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


#450474 Background Color

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

This div background color is #450474


#450474 Border Color

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

This div border color is #450474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450474


Comments

No comments written yet.

Please login to write comment.