Color Hex Logo

#513f75 Color Hex

#513F75
(81,63,117)
0 Favorites   0 Comments

Color spaces of #513f75

RGB 8163117
HSL0.720.300.35
HSV260°46°46°
CMYK 0.310.460.00   0.54
XYZ8.38176.588717.6596
Yxy6.58870.25690.2019
Hunter Lab25.668513.3670-22.8229
CIE-Lab30.851620.6070-28.2909

#513f75 color RGB value is (81,63,117).

#513f75 hex color red value is 81, green value is 63 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #513f75 hue: 0.72 , saturation: 0.30 and the lightness value of 513f75 is 0.35.

The process color (four color CMYK) of #513f75 color hex is 0.31, 0.46, 0.00, 0.54. Web safe color of #513f75 is #663366. Color #513f75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111111 01110101
Octal 121 77 165
Decimal 81 63 117
Hex 51 3F 75

RGB Percentages of Color #513f75

%31.03
%24.14
%44.83

CMYK Percentages of Color #513f75

%31
%46
%0
%54

Triadic Colors of #513f75

#513f75 #75513f #3f7551

Analogous Colors of #513f75

#513f75 #6c3f75 #3f4875

Monochromatic Colors of #513f75

#513f75

Complementary Color

#513f75 #63753f

#513f75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513f75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513f75 Color CSS Codes

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

#513f75 Text Font Color

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

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


#513f75 Background Color

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

This div background color is #513f75


#513f75 Border Color

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

This div border color is #513f75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513f75


Comments

No comments written yet.

Please login to write comment.