Color Hex Logo

#513bd5 Color Hex

#513BD5
(81,59,213)
0 Favorites   0 Comments

Color spaces of #513bd5

RGB 8159213
HSL0.690.650.53
HSV249°72°84°
CMYK 0.620.720.00   0.16
XYZ16.96759.681463.9252
Yxy9.68140.18730.1069
Hunter Lab31.114942.8879-100.0300
CIE-Lab37.264451.9452-75.6336

#513bd5 color RGB value is (81,59,213).

#513bd5 hex color red value is 81, green value is 59 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #513bd5 hue: 0.69 , saturation: 0.65 and the lightness value of 513bd5 is 0.53.

The process color (four color CMYK) of #513bd5 color hex is 0.62, 0.72, 0.00, 0.16. Web safe color of #513bd5 is #6633cc. Color #513bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111011 11010101
Octal 121 73 325
Decimal 81 59 213
Hex 51 3B D5

RGB Percentages of Color #513bd5

%22.95
%16.71
%60.34

CMYK Percentages of Color #513bd5

%62
%72
%0
%16

Triadic Colors of #513bd5

#513bd5 #d5513b #3bd551

Analogous Colors of #513bd5

#513bd5 #9e3bd5 #3b72d5

Monochromatic Colors of #513bd5

#513bd5

Complementary Color

#513bd5 #bfd53b

#513bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513bd5 Color CSS Codes

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

#513bd5 Text Font Color

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

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


#513bd5 Background Color

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

This div background color is #513bd5


#513bd5 Border Color

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

This div border color is #513bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513bd5


Comments

No comments written yet.

Please login to write comment.