Color Hex Logo

#5166df Color Hex

#5166DF
(81,102,223)
0 Favorites   0 Comments

Color spaces of #5166df

RGB 81102223
HSL0.640.690.60
HSV231°64°87°
CMYK 0.640.540.00   0.13
XYZ21.464016.579871.8810
Yxy16.57980.19530.1508
Hunter Lab40.718322.8364-76.1633
CIE-Lab47.726229.7997-64.2738

#5166df color RGB value is (81,102,223).

#5166df hex color red value is 81, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5166df hue: 0.64 , saturation: 0.69 and the lightness value of 5166df is 0.60.

The process color (four color CMYK) of #5166df color hex is 0.64, 0.54, 0.00, 0.13. Web safe color of #5166df is #6666cc. Color #5166df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100110 11011111
Octal 121 146 337
Decimal 81 102 223
Hex 51 66 DF

RGB Percentages of Color #5166df

%19.95
%25.12
%54.93

CMYK Percentages of Color #5166df

%64
%54
%0
%13

Triadic Colors of #5166df

#5166df #df5166 #66df51

Analogous Colors of #5166df

#5166df #8351df #51addf

Monochromatic Colors of #5166df

#5166df

Complementary Color

#5166df #dfca51

#5166df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5166df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5166df Color CSS Codes

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

#5166df Text Font Color

<p style="color:#5166df">Text here</p>

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


#5166df Background Color

<div style="background-color:#5166df">
Div content here</div>

This div background color is #5166df


#5166df Border Color

<div style="border:3px solid #5166df">
Div here</div>

This div border color is #5166df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,102,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5166df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5166df;
  -webkit-box-shadow: 1px 1px 3px 2px #5166df;
  box-shadow:         1px 1px 3px 2px #5166df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5166df


Comments

No comments written yet.

Please login to write comment.