Color Hex Logo

#5168dd Color Hex

#5168DD
(81,104,221)
0 Favorites   0 Comments

Color spaces of #5168dd

RGB 81104221
HSL0.640.670.59
HSV230°63°87°
CMYK 0.630.530.00   0.13
XYZ21.394816.870470.5353
Yxy16.87040.19660.1551
Hunter Lab41.073621.1000-73.0667
CIE-Lab48.096327.8766-62.5420

#5168dd color RGB value is (81,104,221).

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

The process color (four color CMYK) of #5168dd color hex is 0.63, 0.53, 0.00, 0.13. Web safe color of #5168dd is #6666cc. Color #5168dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 11011101
Octal 121 150 335
Decimal 81 104 221
Hex 51 68 DD

RGB Percentages of Color #5168dd

%19.95
%25.62
%54.43

CMYK Percentages of Color #5168dd

%63
%53
%0
%13

Triadic Colors of #5168dd

#5168dd #dd5168 #68dd51

Analogous Colors of #5168dd

#5168dd #8051dd #51aedd

Monochromatic Colors of #5168dd

#5168dd

Complementary Color

#5168dd #ddc651

#5168dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5168dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5168dd Color CSS Codes

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

#5168dd Text Font Color

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

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


#5168dd Background Color

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

This div background color is #5168dd


#5168dd Border Color

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

This div border color is #5168dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5168dd


Comments

No comments written yet.

Please login to write comment.