Color Hex Logo

#516ced Color Hex

#516CED
(81,108,237)
0 Favorites   0 Comments

Color spaces of #516ced

RGB 81108237
HSL0.640.810.62
HSV230°66°93°
CMYK 0.660.540.00   0.07
XYZ24.042018.588982.4416
Yxy18.58890.19220.1486
Hunter Lab43.114824.0854-83.1904
CIE-Lab50.202730.8571-68.1457

#516ced color RGB value is (81,108,237).

#516ced hex color red value is 81, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #516ced hue: 0.64 , saturation: 0.81 and the lightness value of 516ced is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101100 11101101
Octal 121 154 355
Decimal 81 108 237
Hex 51 6C ED

RGB Percentages of Color #516ced

%19.01
%25.35
%55.63

CMYK Percentages of Color #516ced

%66
%54
%0
%7

Triadic Colors of #516ced

#516ced #ed516c #6ced51

Analogous Colors of #516ced

#516ced #8451ed #51baed

Monochromatic Colors of #516ced

#516ced

Complementary Color

#516ced #edd251

#516ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ced Color CSS Codes

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

#516ced Text Font Color

<p style="color:#516ced">Text here</p>

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


#516ced Background Color

<div style="background-color:#516ced">
Div content here</div>

This div background color is #516ced


#516ced Border Color

<div style="border:3px solid #516ced">
Div here</div>

This div border color is #516ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,108,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516ced;
  -webkit-box-shadow: 1px 1px 3px 2px #516ced;
  box-shadow:         1px 1px 3px 2px #516ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ced


Comments

No comments written yet.

Please login to write comment.