Color Hex Logo

#510374 Color Hex

#510374
(81,3,116)
0 Favorites   0 Comments

Color spaces of #510374

RGB 813116
HSL0.780.950.23
HSV281°97°45°
CMYK 0.300.970.00   0.55
XYZ6.57833.075416.7699
Yxy3.07540.24900.1164
Hunter Lab17.536836.2684-44.4214
CIE-Lab20.343448.6347-44.5453

#510374 color RGB value is (81,3,116).

#510374 hex color red value is 81, green value is 3 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #510374 hue: 0.78 , saturation: 0.95 and the lightness value of 510374 is 0.23.

The process color (four color CMYK) of #510374 color hex is 0.30, 0.97, 0.00, 0.55. Web safe color of #510374 is #660066. Color #510374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000011 01110100
Octal 121 3 164
Decimal 81 3 116
Hex 51 3 74

RGB Percentages of Color #510374

%40.50
%1.50
%58.00

CMYK Percentages of Color #510374

%30
%97
%0
%55

Triadic Colors of #510374

#510374 #745103 #037451

Analogous Colors of #510374

#510374 #74035f #190374

Monochromatic Colors of #510374

#510374

Complementary Color

#510374 #267403

#510374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510374 Color CSS Codes

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

#510374 Text Font Color

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

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


#510374 Background Color

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

This div background color is #510374


#510374 Border Color

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

This div border color is #510374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510374


Comments

No comments written yet.

Please login to write comment.