Color Hex Logo

#510254 Color Hex

#510254
(81,2,84)
0 Favorites   0 Comments

Color spaces of #510254

RGB 81284
HSL0.830.950.17
HSV298°98°33°
CMYK 0.040.980.00   0.67
XYZ5.01532.43288.5928
Yxy2.43280.31270.1517
Hunter Lab15.597430.1005-21.7453
CIE-Lab17.611942.6591-27.8354

#510254 color RGB value is (81,2,84).

#510254 hex color red value is 81, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #510254 hue: 0.83 , saturation: 0.95 and the lightness value of 510254 is 0.17.

The process color (four color CMYK) of #510254 color hex is 0.04, 0.98, 0.00, 0.67. Web safe color of #510254 is #660066. Color #510254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000010 01010100
Octal 121 2 124
Decimal 81 2 84
Hex 51 2 54

RGB Percentages of Color #510254

%48.50
%1.20
%50.30

CMYK Percentages of Color #510254

%4
%98
%0
%67

Triadic Colors of #510254

#510254 #545102 #025451

Analogous Colors of #510254

#510254 #54022e #280254

Monochromatic Colors of #510254

#510254

Complementary Color

#510254 #055402

#510254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510254 Color CSS Codes

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

#510254 Text Font Color

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

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


#510254 Background Color

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

This div background color is #510254


#510254 Border Color

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

This div border color is #510254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510254


Comments

No comments written yet.

Please login to write comment.