Color Hex Logo

#513bbc Color Hex

#513BBC
(81,59,188)
0 Favorites   0 Comments

Color spaces of #513bbc

RGB 8159188
HSL0.700.520.48
HSV250°69°74°
CMYK 0.570.690.00   0.26
XYZ14.03448.508148.4795
Yxy8.50810.19760.1198
Hunter Lab29.168634.8396-78.1244
CIE-Lab35.019444.3631-64.7555

#513bbc color RGB value is (81,59,188).

#513bbc hex color red value is 81, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #513bbc hue: 0.70 , saturation: 0.52 and the lightness value of 513bbc is 0.48.

The process color (four color CMYK) of #513bbc color hex is 0.57, 0.69, 0.00, 0.26. Web safe color of #513bbc is #6633cc. Color #513bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111011 10111100
Octal 121 73 274
Decimal 81 59 188
Hex 51 3B BC

RGB Percentages of Color #513bbc

%24.70
%17.99
%57.32

CMYK Percentages of Color #513bbc

%57
%69
%0
%26

Triadic Colors of #513bbc

#513bbc #bc513b #3bbc51

Analogous Colors of #513bbc

#513bbc #923bbc #3b66bc

Monochromatic Colors of #513bbc

#513bbc

Complementary Color

#513bbc #a6bc3b

#513bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#513bbc Color CSS Codes

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

#513bbc Text Font Color

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

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


#513bbc Background Color

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

This div background color is #513bbc


#513bbc Border Color

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

This div border color is #513bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513bbc


Comments

No comments written yet.

Please login to write comment.