Color Hex Logo

#513cbd Color Hex

#513CBD
(81,60,189)
0 Favorites   0 Comments

Color spaces of #513cbd

RGB 8160189
HSL0.690.520.49
HSV250°68°74°
CMYK 0.570.680.00   0.26
XYZ14.19458.655249.0666
Yxy8.65520.19740.1204
Hunter Lab29.419734.6386-78.2908
CIE-Lab35.311844.1041-64.8655

#513cbd color RGB value is (81,60,189).

#513cbd hex color red value is 81, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #513cbd hue: 0.69 , saturation: 0.52 and the lightness value of 513cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111100 10111101
Octal 121 74 275
Decimal 81 60 189
Hex 51 3C BD

RGB Percentages of Color #513cbd

%24.55
%18.18
%57.27

CMYK Percentages of Color #513cbd

%57
%68
%0
%26

Triadic Colors of #513cbd

#513cbd #bd513c #3cbd51

Analogous Colors of #513cbd

#513cbd #923cbd #3c68bd

Monochromatic Colors of #513cbd

#513cbd

Complementary Color

#513cbd #a8bd3c

#513cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#513cbd Color CSS Codes

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

#513cbd Text Font Color

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

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


#513cbd Background Color

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

This div background color is #513cbd


#513cbd Border Color

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

This div border color is #513cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513cbd


Comments

No comments written yet.

Please login to write comment.