Color Hex Logo

#516acf Color Hex

#516ACF
(81,106,207)
0 Favorites   0 Comments

Color spaces of #516acf

RGB 81106207
HSL0.630.570.56
HSV228°61°81°
CMYK 0.610.490.00   0.19
XYZ19.809916.562461.1843
Yxy16.56240.20310.1698
Hunter Lab40.696915.6682-60.6495
CIE-Lab47.703921.8643-55.2060

#516acf color RGB value is (81,106,207).

#516acf hex color red value is 81, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #516acf hue: 0.63 , saturation: 0.57 and the lightness value of 516acf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 11001111
Octal 121 152 317
Decimal 81 106 207
Hex 51 6A CF

RGB Percentages of Color #516acf

%20.56
%26.90
%52.54

CMYK Percentages of Color #516acf

%61
%49
%0
%19

Triadic Colors of #516acf

#516acf #cf516a #6acf51

Analogous Colors of #516acf

#516acf #7751cf #51a9cf

Monochromatic Colors of #516acf

#516acf

Complementary Color

#516acf #cfb651

#516acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#516acf Color CSS Codes

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

#516acf Text Font Color

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

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


#516acf Background Color

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

This div background color is #516acf


#516acf Border Color

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

This div border color is #516acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516acf


Comments

No comments written yet.

Please login to write comment.