Color Hex Logo

#515bcd Color Hex

#515BCD
(81,91,205)
0 Favorites   0 Comments

Color spaces of #515bcd

RGB 8191205
HSL0.650.550.56
HSV235°60°80°
CMYK 0.600.560.00   0.20
XYZ18.153913.639359.4334
Yxy13.63930.19900.1495
Hunter Lab36.931423.1129-69.5629
CIE-Lab43.711130.5723-60.5005

#515bcd color RGB value is (81,91,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11001101
Octal 121 133 315
Decimal 81 91 205
Hex 51 5B CD

RGB Percentages of Color #515bcd

%21.49
%24.14
%54.38

CMYK Percentages of Color #515bcd

%60
%56
%0
%20

Triadic Colors of #515bcd

#515bcd #cd515b #5bcd51

Analogous Colors of #515bcd

#515bcd #8551cd #5199cd

Monochromatic Colors of #515bcd

#515bcd

Complementary Color

#515bcd #cdc351

#515bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bcd Color CSS Codes

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

#515bcd Text Font Color

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

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


#515bcd Background Color

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

This div background color is #515bcd


#515bcd Border Color

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

This div border color is #515bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bcd


Comments

No comments written yet.

Please login to write comment.