Color Hex Logo

#514cce Color Hex

#514CCE
(81,76,206)
0 Favorites   0 Comments

Color spaces of #514cce

RGB 8176206
HSL0.670.570.55
HSV242°63°81°
CMYK 0.610.630.00   0.19
XYZ17.118411.374459.6858
Yxy11.37440.19410.1290
Hunter Lab33.726031.5814-81.3191
CIE-Lab40.204040.1067-66.7783

#514cce color RGB value is (81,76,206).

#514cce hex color red value is 81, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #514cce hue: 0.67 , saturation: 0.57 and the lightness value of 514cce is 0.55.

The process color (four color CMYK) of #514cce color hex is 0.61, 0.63, 0.00, 0.19. Web safe color of #514cce is #6633cc. Color #514cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 11001110
Octal 121 114 316
Decimal 81 76 206
Hex 51 4C CE

RGB Percentages of Color #514cce

%22.31
%20.94
%56.75

CMYK Percentages of Color #514cce

%61
%63
%0
%19

Triadic Colors of #514cce

#514cce #ce514c #4cce51

Analogous Colors of #514cce

#514cce #924cce #4c88ce

Monochromatic Colors of #514cce

#514cce

Complementary Color

#514cce #c9ce4c

#514cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cce Color CSS Codes

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

#514cce Text Font Color

<p style="color:#514cce">Text here</p>

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


#514cce Background Color

<div style="background-color:#514cce">
Div content here</div>

This div background color is #514cce


#514cce Border Color

<div style="border:3px solid #514cce">
Div here</div>

This div border color is #514cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,76,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514cce;
  -webkit-box-shadow: 1px 1px 3px 2px #514cce;
  box-shadow:         1px 1px 3px 2px #514cce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cce


Comments

No comments written yet.

Please login to write comment.