Color Hex Logo

#514dce Color Hex

#514DCE
(81,77,206)
0 Favorites   0 Comments

Color spaces of #514dce

RGB 8177206
HSL0.670.570.55
HSV242°63°81°
CMYK 0.610.630.00   0.19
XYZ17.187811.513359.7089
Yxy11.51330.19440.1302
Hunter Lab33.931331.0391-80.5809
CIE-Lab40.431939.5056-66.4065

#514dce color RGB value is (81,77,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001101 11001110
Octal 121 115 316
Decimal 81 77 206
Hex 51 4D CE

RGB Percentages of Color #514dce

%22.25
%21.15
%56.59

CMYK Percentages of Color #514dce

%61
%63
%0
%19

Triadic Colors of #514dce

#514dce #ce514d #4dce51

Analogous Colors of #514dce

#514dce #924dce #4d8ace

Monochromatic Colors of #514dce

#514dce

Complementary Color

#514dce #cace4d

#514dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#514dce Color CSS Codes

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

#514dce Text Font Color

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

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


#514dce Background Color

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

This div background color is #514dce


#514dce Border Color

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

This div border color is #514dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514dce


Comments

No comments written yet.

Please login to write comment.