Color Hex Logo

#450073 Color Hex

#450073
(69,0,115)
0 Favorites   0 Comments

Color spaces of #450073

RGB 690115
HSL0.771.000.23
HSV276°100°45°
CMYK 0.401.000.00   0.55
XYZ5.54882.503016.4103
Yxy2.50300.22680.1023
Hunter Lab15.820934.9182-50.4243
CIE-Lab17.932247.7057-47.9307

#450073 color RGB value is (69,0,115).

#450073 hex color red value is 69, green value is 0 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #450073 hue: 0.77 , saturation: 1.00 and the lightness value of 450073 is 0.23.

The process color (four color CMYK) of #450073 color hex is 0.40, 1.00, 0.00, 0.55. Web safe color of #450073 is #330066. Color #450073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000000 01110011
Octal 105 0 163
Decimal 69 0 115
Hex 45 0 73

RGB Percentages of Color #450073

%37.50
%0.00
%62.50

CMYK Percentages of Color #450073

%40
%100
%0
%55

Triadic Colors of #450073

#450073 #734500 #007345

Analogous Colors of #450073

#450073 #730068 #0c0073

Monochromatic Colors of #450073

#450073

Complementary Color

#450073 #2e7300

#450073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#450073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#450073 Color CSS Codes

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

#450073 Text Font Color

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

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


#450073 Background Color

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

This div background color is #450073


#450073 Border Color

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

This div border color is #450073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #450073


Comments

No comments written yet.

Please login to write comment.