Color Hex Logo

#515ccb Color Hex

#515CCB
(81,92,203)
0 Favorites   0 Comments

Color spaces of #515ccb

RGB 8192203
HSL0.650.540.56
HSV235°60°80°
CMYK 0.600.550.00   0.20
XYZ18.000013.715458.1986
Yxy13.71540.20020.1525
Hunter Lab37.034321.9474-67.2489
CIE-Lab43.822029.2785-59.1695

#515ccb color RGB value is (81,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011100 11001011
Octal 121 134 313
Decimal 81 92 203
Hex 51 5C CB

RGB Percentages of Color #515ccb

%21.54
%24.47
%53.99

CMYK Percentages of Color #515ccb

%60
%55
%0
%20

Triadic Colors of #515ccb

#515ccb #cb515c #5ccb51

Analogous Colors of #515ccb

#515ccb #8351cb #5199cb

Monochromatic Colors of #515ccb

#515ccb

Complementary Color

#515ccb #cbc051

#515ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ccb Color CSS Codes

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

#515ccb Text Font Color

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

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


#515ccb Background Color

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

This div background color is #515ccb


#515ccb Border Color

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

This div border color is #515ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ccb


Comments

No comments written yet.

Please login to write comment.