Color Hex Logo

#515ebc Color Hex

#515EBC
(81,94,188)
0 Favorites   0 Comments

Color spaces of #515ebc

RGB 8194188
HSL0.650.440.53
HSV233°57°74°
CMYK 0.570.500.00   0.26
XYZ16.473113.385649.2924
Yxy13.38560.20810.1691
Hunter Lab36.586316.3440-54.2704
CIE-Lab43.338623.0021-51.2610

#515ebc color RGB value is (81,94,188).

#515ebc hex color red value is 81, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #515ebc hue: 0.65 , saturation: 0.44 and the lightness value of 515ebc is 0.53.

The process color (four color CMYK) of #515ebc color hex is 0.57, 0.50, 0.00, 0.26. Web safe color of #515ebc is #6666cc. Color #515ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 10111100
Octal 121 136 274
Decimal 81 94 188
Hex 51 5E BC

RGB Percentages of Color #515ebc

%22.31
%25.90
%51.79

CMYK Percentages of Color #515ebc

%57
%50
%0
%26

Triadic Colors of #515ebc

#515ebc #bc515e #5ebc51

Analogous Colors of #515ebc

#515ebc #7a51bc #5194bc

Monochromatic Colors of #515ebc

#515ebc

Complementary Color

#515ebc #bcaf51

#515ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ebc Color CSS Codes

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

#515ebc Text Font Color

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

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


#515ebc Background Color

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

This div background color is #515ebc


#515ebc Border Color

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

This div border color is #515ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ebc


Comments

No comments written yet.

Please login to write comment.