Color Hex Logo

#515dcd Color Hex

#515DCD
(81,93,205)
0 Favorites   0 Comments

Color spaces of #515dcd

RGB 8193205
HSL0.650.550.56
HSV234°60°80°
CMYK 0.600.550.00   0.20
XYZ18.327113.985859.4912
Yxy13.98580.19960.1523
Hunter Lab37.397622.0301-68.1388
CIE-Lab44.212629.3238-59.6889

#515dcd color RGB value is (81,93,205).

#515dcd hex color red value is 81, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #515dcd hue: 0.65 , saturation: 0.55 and the lightness value of 515dcd is 0.56.

The process color (four color CMYK) of #515dcd color hex is 0.60, 0.55, 0.00, 0.20. Web safe color of #515dcd is #6666cc. Color #515dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 11001101
Octal 121 135 315
Decimal 81 93 205
Hex 51 5D CD

RGB Percentages of Color #515dcd

%21.37
%24.54
%54.09

CMYK Percentages of Color #515dcd

%60
%55
%0
%20

Triadic Colors of #515dcd

#515dcd #cd515d #5dcd51

Analogous Colors of #515dcd

#515dcd #8351cd #519bcd

Monochromatic Colors of #515dcd

#515dcd

Complementary Color

#515dcd #cdc151

#515dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#515dcd Color CSS Codes

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

#515dcd Text Font Color

<p style="color:#515dcd">Text here</p>

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


#515dcd Background Color

<div style="background-color:#515dcd">
Div content here</div>

This div background color is #515dcd


#515dcd Border Color

<div style="border:3px solid #515dcd">
Div here</div>

This div border color is #515dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,93,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 #515dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515dcd


Comments

No comments written yet.

Please login to write comment.