Color Hex Logo

#513bbb Color Hex

#513BBB
(81,59,187)
0 Favorites   0 Comments

Color spaces of #513bbb

RGB 8159187
HSL0.700.520.48
HSV250°68°73°
CMYK 0.570.680.00   0.27
XYZ13.92698.465147.9136
Yxy8.46510.19810.1204
Hunter Lab29.094834.5270-77.2728
CIE-Lab34.933344.0578-64.3074

#513bbb color RGB value is (81,59,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111011 10111011
Octal 121 73 273
Decimal 81 59 187
Hex 51 3B BB

RGB Percentages of Color #513bbb

%24.77
%18.04
%57.19

CMYK Percentages of Color #513bbb

%57
%68
%0
%27

Triadic Colors of #513bbb

#513bbb #bb513b #3bbb51

Analogous Colors of #513bbb

#513bbb #913bbb #3b65bb

Monochromatic Colors of #513bbb

#513bbb

Complementary Color

#513bbb #a5bb3b

#513bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#513bbb Color CSS Codes

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

#513bbb Text Font Color

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

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


#513bbb Background Color

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

This div background color is #513bbb


#513bbb Border Color

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

This div border color is #513bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513bbb


Comments

No comments written yet.

Please login to write comment.