Color Hex Logo

#451386 Color Hex

#451386
(69,19,134)
0 Favorites   0 Comments

Color spaces of #451386

RGB 6919134
HSL0.740.750.30
HSV266°86°53°
CMYK 0.490.860.00   0.47
XYZ6.99023.452222.8522
Yxy3.45220.20990.1037
Hunter Lab18.580134.6401-59.9164
CIE-Lab21.770846.6800-53.7334

#451386 color RGB value is (69,19,134).

#451386 hex color red value is 69, green value is 19 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #451386 hue: 0.74 , saturation: 0.75 and the lightness value of 451386 is 0.30.

The process color (four color CMYK) of #451386 color hex is 0.49, 0.86, 0.00, 0.47. Web safe color of #451386 is #330099. Color #451386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010011 10000110
Octal 105 23 206
Decimal 69 19 134
Hex 45 13 86

RGB Percentages of Color #451386

%31.08
%8.56
%60.36

CMYK Percentages of Color #451386

%49
%86
%0
%47

Triadic Colors of #451386

#451386 #864513 #138645

Analogous Colors of #451386

#451386 #7f1386 #131a86

Monochromatic Colors of #451386

#451386

Complementary Color

#451386 #548613

#451386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#451386 Color CSS Codes

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

#451386 Text Font Color

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

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


#451386 Background Color

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

This div background color is #451386


#451386 Border Color

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

This div border color is #451386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451386


Comments

No comments written yet.

Please login to write comment.