Color Hex Logo

#5168cf Color Hex

#5168CF
(81,104,207)
0 Favorites   0 Comments

Color spaces of #5168cf

RGB 81104207
HSL0.640.570.56
HSV229°61°81°
CMYK 0.610.500.00   0.19
XYZ19.606116.155061.1163
Yxy16.15500.20240.1668
Hunter Lab40.193316.7332-62.0187
CIE-Lab47.177223.1143-56.0529

#5168cf color RGB value is (81,104,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 11001111
Octal 121 150 317
Decimal 81 104 207
Hex 51 68 CF

RGB Percentages of Color #5168cf

%20.66
%26.53
%52.81

CMYK Percentages of Color #5168cf

%61
%50
%0
%19

Triadic Colors of #5168cf

#5168cf #cf5168 #68cf51

Analogous Colors of #5168cf

#5168cf #7951cf #51a7cf

Monochromatic Colors of #5168cf

#5168cf

Complementary Color

#5168cf #cfb851

#5168cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5168cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5168cf Color CSS Codes

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

#5168cf Text Font Color

<p style="color:#5168cf">Text here</p>

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


#5168cf Background Color

<div style="background-color:#5168cf">
Div content here</div>

This div background color is #5168cf


#5168cf Border Color

<div style="border:3px solid #5168cf">
Div here</div>

This div border color is #5168cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5168cf


Comments

No comments written yet.

Please login to write comment.