Color Hex Logo

#513287 Color Hex

#513287
(81,50,135)
0 Favorites   0 Comments

Color spaces of #513287

RGB 8150135
HSL0.730.460.36
HSV262°63°53°
CMYK 0.400.630.00   0.47
XYZ8.90715.779823.5678
Yxy5.77980.23280.1511
Hunter Lab24.041224.0609-41.2936
CIE-Lab28.850033.7910-42.7558

#513287 color RGB value is (81,50,135).

#513287 hex color red value is 81, green value is 50 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #513287 hue: 0.73 , saturation: 0.46 and the lightness value of 513287 is 0.36.

The process color (four color CMYK) of #513287 color hex is 0.40, 0.63, 0.00, 0.47. Web safe color of #513287 is #663399. Color #513287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 10000111
Octal 121 62 207
Decimal 81 50 135
Hex 51 32 87

RGB Percentages of Color #513287

%30.45
%18.80
%50.75

CMYK Percentages of Color #513287

%40
%63
%0
%47

Triadic Colors of #513287

#513287 #875132 #328751

Analogous Colors of #513287

#513287 #7c3287 #323e87

Monochromatic Colors of #513287

#513287

Complementary Color

#513287 #688732

#513287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513287 Color CSS Codes

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

#513287 Text Font Color

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

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


#513287 Background Color

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

This div background color is #513287


#513287 Border Color

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

This div border color is #513287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513287


Comments

No comments written yet.

Please login to write comment.