Color Hex Logo

#451176 Color Hex

#451176
(69,17,118)
0 Favorites   0 Comments

Color spaces of #451176

RGB 6917118
HSL0.750.750.26
HSV271°86°46°
CMYK 0.420.860.00   0.54
XYZ5.92472.974117.4013
Yxy2.97410.22530.1131
Hunter Lab17.245631.1437-47.7535
CIE-Lab19.939943.3365-46.5699

#451176 color RGB value is (69,17,118).

#451176 hex color red value is 69, green value is 17 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #451176 hue: 0.75 , saturation: 0.75 and the lightness value of 451176 is 0.26.

The process color (four color CMYK) of #451176 color hex is 0.42, 0.86, 0.00, 0.54. Web safe color of #451176 is #330066. Color #451176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010001 01110110
Octal 105 21 166
Decimal 69 17 118
Hex 45 11 76

RGB Percentages of Color #451176

%33.82
%8.33
%57.84

CMYK Percentages of Color #451176

%42
%86
%0
%54

Triadic Colors of #451176

#451176 #764511 #117645

Analogous Colors of #451176

#451176 #761175 #131176

Monochromatic Colors of #451176

#451176

Complementary Color

#451176 #427611

#451176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#451176 Color CSS Codes

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

#451176 Text Font Color

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

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


#451176 Background Color

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

This div background color is #451176


#451176 Border Color

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

This div border color is #451176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451176


Comments

No comments written yet.

Please login to write comment.