Color Hex Logo

#514693 Color Hex

#514693
(81,70,147)
0 Favorites   0 Comments

Color spaces of #514693

RGB 8170147
HSL0.690.350.43
HSV249°52°58°
CMYK 0.450.520.00   0.42
XYZ10.85008.236228.6217
Yxy8.23620.22740.1726
Hunter Lab28.698817.2617-39.0416
CIE-Lab34.470025.0063-41.1002

#514693 color RGB value is (81,70,147).

#514693 hex color red value is 81, green value is 70 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #514693 hue: 0.69 , saturation: 0.35 and the lightness value of 514693 is 0.43.

The process color (four color CMYK) of #514693 color hex is 0.45, 0.52, 0.00, 0.42. Web safe color of #514693 is #663399. Color #514693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 10010011
Octal 121 106 223
Decimal 81 70 147
Hex 51 46 93

RGB Percentages of Color #514693

%27.18
%23.49
%49.33

CMYK Percentages of Color #514693

%45
%52
%0
%42

Triadic Colors of #514693

#514693 #935146 #469351

Analogous Colors of #514693

#514693 #784693 #466293

Monochromatic Colors of #514693

#514693

Complementary Color

#514693 #889346

#514693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514693 Color CSS Codes

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

#514693 Text Font Color

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

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


#514693 Background Color

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

This div background color is #514693


#514693 Border Color

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

This div border color is #514693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,70,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514693;
  -webkit-box-shadow: 1px 1px 3px 2px #514693;
  box-shadow:         1px 1px 3px 2px #514693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514693


Comments

No comments written yet.

Please login to write comment.