Color Hex Logo

#513ecd Color Hex

#513ECD
(81,62,205)
0 Favorites   0 Comments

Color spaces of #513ecd

RGB 8162205
HSL0.690.590.52
HSV248°70°80°
CMYK 0.600.700.00   0.20
XYZ16.13549.602458.7606
Yxy9.60240.19100.1136
Hunter Lab30.987738.7169-90.7374
CIE-Lab37.119247.8918-71.2468

#513ecd color RGB value is (81,62,205).

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

The process color (four color CMYK) of #513ecd color hex is 0.60, 0.70, 0.00, 0.20. Web safe color of #513ecd is #6633cc. Color #513ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 11001101
Octal 121 76 315
Decimal 81 62 205
Hex 51 3E CD

RGB Percentages of Color #513ecd

%23.28
%17.82
%58.91

CMYK Percentages of Color #513ecd

%60
%70
%0
%20

Triadic Colors of #513ecd

#513ecd #cd513e #3ecd51

Analogous Colors of #513ecd

#513ecd #993ecd #3e73cd

Monochromatic Colors of #513ecd

#513ecd

Complementary Color

#513ecd #bacd3e

#513ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#513ecd Color CSS Codes

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

#513ecd Text Font Color

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

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


#513ecd Background Color

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

This div background color is #513ecd


#513ecd Border Color

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

This div border color is #513ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513ecd


Comments

No comments written yet.

Please login to write comment.