Color Hex Logo

#510350 Color Hex

#510350
(81,3,80)
0 Favorites   0 Comments

Color spaces of #510350

RGB 81380
HSL0.840.930.16
HSV301°96°32°
CMYK 0.000.960.01   0.68
XYZ4.87392.39367.7946
Yxy2.39360.32360.1589
Hunter Lab15.471329.1580-19.0411
CIE-Lab17.430441.6622-25.4053

#510350 color RGB value is (81,3,80).

#510350 hex color red value is 81, green value is 3 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #510350 hue: 0.84 , saturation: 0.93 and the lightness value of 510350 is 0.16.

The process color (four color CMYK) of #510350 color hex is 0.00, 0.96, 0.01, 0.68. Web safe color of #510350 is #660066. Color #510350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000011 01010000
Octal 121 3 120
Decimal 81 3 80
Hex 51 3 50

RGB Percentages of Color #510350

%49.39
%1.83
%48.78

CMYK Percentages of Color #510350

%0
%96
%1
%68

Triadic Colors of #510350

#510350 #505103 #035051

Analogous Colors of #510350

#510350 #510329 #2b0351

Monochromatic Colors of #510350

#510350

Complementary Color

#510350 #035104

#510350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510350 Color CSS Codes

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

#510350 Text Font Color

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

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


#510350 Background Color

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

This div background color is #510350


#510350 Border Color

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

This div border color is #510350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510350


Comments

No comments written yet.

Please login to write comment.