Color Hex Logo

#515eec Color Hex

#515EEC
(81,94,236)
0 Favorites   0 Comments

Color spaces of #515eec

RGB 8194236
HSL0.650.800.62
HSV235°66°93°
CMYK 0.660.600.00   0.07
XYZ22.536415.810981.2209
Yxy15.81090.18850.1322
Hunter Lab39.762931.5832-93.2734
CIE-Lab46.725439.1020-73.2368

#515eec color RGB value is (81,94,236).

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

The process color (four color CMYK) of #515eec color hex is 0.66, 0.60, 0.00, 0.07. Web safe color of #515eec is #6666ff. Color #515eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 11101100
Octal 121 136 354
Decimal 81 94 236
Hex 51 5E EC

RGB Percentages of Color #515eec

%19.71
%22.87
%57.42

CMYK Percentages of Color #515eec

%66
%60
%0
%7

Triadic Colors of #515eec

#515eec #ec515e #5eec51

Analogous Colors of #515eec

#515eec #9251ec #51acec

Monochromatic Colors of #515eec

#515eec

Complementary Color

#515eec #ecdf51

#515eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#515eec Color CSS Codes

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

#515eec Text Font Color

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

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


#515eec Background Color

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

This div background color is #515eec


#515eec Border Color

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

This div border color is #515eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515eec


Comments

No comments written yet.

Please login to write comment.