Color Hex Logo

#510674 Color Hex

#510674
(81,6,116)
0 Favorites   0 Comments

Color spaces of #510674

RGB 816116
HSL0.780.900.24
HSV281°95°45°
CMYK 0.300.950.00   0.55
XYZ6.61083.140516.7807
Yxy3.14050.24920.1184
Hunter Lab17.721535.5750-43.7375
CIE-Lab20.598047.8746-44.1292

#510674 color RGB value is (81,6,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000110 01110100
Octal 121 6 164
Decimal 81 6 116
Hex 51 6 74

RGB Percentages of Color #510674

%39.90
%2.96
%57.14

CMYK Percentages of Color #510674

%30
%95
%0
%55

Triadic Colors of #510674

#510674 #745106 #067451

Analogous Colors of #510674

#510674 #740660 #1a0674

Monochromatic Colors of #510674

#510674

Complementary Color

#510674 #297406

#510674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510674 Color CSS Codes

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

#510674 Text Font Color

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

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


#510674 Background Color

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

This div background color is #510674


#510674 Border Color

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

This div border color is #510674


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,6,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 #510674">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510674


Comments

No comments written yet.

Please login to write comment.