Color Hex Logo

#515acb Color Hex

#515ACB
(81,90,203)
0 Favorites   0 Comments

Color spaces of #515acb

RGB 8190203
HSL0.650.540.56
HSV236°60°80°
CMYK 0.600.560.00   0.20
XYZ17.829013.373558.1416
Yxy13.37350.19960.1497
Hunter Lab36.569823.0276-68.6651
CIE-Lab43.320730.5270-59.9807

#515acb color RGB value is (81,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011010 11001011
Octal 121 132 313
Decimal 81 90 203
Hex 51 5A CB

RGB Percentages of Color #515acb

%21.66
%24.06
%54.28

CMYK Percentages of Color #515acb

%60
%56
%0
%20

Triadic Colors of #515acb

#515acb #cb515a #5acb51

Analogous Colors of #515acb

#515acb #8551cb #5197cb

Monochromatic Colors of #515acb

#515acb

Complementary Color

#515acb #cbc251

#515acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#515acb Color CSS Codes

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

#515acb Text Font Color

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

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


#515acb Background Color

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

This div background color is #515acb


#515acb Border Color

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

This div border color is #515acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515acb


Comments

No comments written yet.

Please login to write comment.