Color Hex Logo

#451299 Color Hex

#451299
(69,18,153)
0 Favorites   0 Comments

Color spaces of #451299

RGB 6918153
HSL0.730.790.34
HSV263°88°60°
CMYK 0.550.880.00   0.40
XYZ8.42033.997730.4648
Yxy3.99770.19640.0932
Hunter Lab19.994240.1829-76.3429
CIE-Lab23.663851.9299-62.4246

#451299 color RGB value is (69,18,153).

#451299 hex color red value is 69, green value is 18 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #451299 hue: 0.73 , saturation: 0.79 and the lightness value of 451299 is 0.34.

The process color (four color CMYK) of #451299 color hex is 0.55, 0.88, 0.00, 0.40. Web safe color of #451299 is #330099. Color #451299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010010 10011001
Octal 105 22 231
Decimal 69 18 153
Hex 45 12 99

RGB Percentages of Color #451299

%28.75
%7.50
%63.75

CMYK Percentages of Color #451299

%55
%88
%0
%40

Triadic Colors of #451299

#451299 #994512 #129945

Analogous Colors of #451299

#451299 #891299 #122299

Monochromatic Colors of #451299

#451299

Complementary Color

#451299 #669912

#451299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#451299 Color CSS Codes

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

#451299 Text Font Color

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

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


#451299 Background Color

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

This div background color is #451299


#451299 Border Color

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

This div border color is #451299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451299


Comments

No comments written yet.

Please login to write comment.