Color Hex Logo

#5167df Color Hex

#5167DF
(81,103,223)
0 Favorites   0 Comments

Color spaces of #5167df

RGB 81103223
HSL0.640.690.60
HSV231°64°87°
CMYK 0.640.540.00   0.13
XYZ21.562916.777571.9139
Yxy16.77750.19560.1522
Hunter Lab40.960322.2878-75.4229
CIE-Lab47.978529.1791-63.8654

#5167df color RGB value is (81,103,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100111 11011111
Octal 121 147 337
Decimal 81 103 223
Hex 51 67 DF

RGB Percentages of Color #5167df

%19.90
%25.31
%54.79

CMYK Percentages of Color #5167df

%64
%54
%0
%13

Triadic Colors of #5167df

#5167df #df5167 #67df51

Analogous Colors of #5167df

#5167df #8251df #51aedf

Monochromatic Colors of #5167df

#5167df

Complementary Color

#5167df #dfc951

#5167df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5167df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5167df Color CSS Codes

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

#5167df Text Font Color

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

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


#5167df Background Color

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

This div background color is #5167df


#5167df Border Color

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

This div border color is #5167df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5167df


Comments

No comments written yet.

Please login to write comment.