Color Hex Logo

#5160dd Color Hex

#5160DD
(81,96,221)
0 Favorites   0 Comments

Color spaces of #5160dd

RGB 8196221
HSL0.650.670.59
HSV234°63°87°
CMYK 0.630.570.00   0.13
XYZ20.627415.335570.2795
Yxy15.33550.19420.1443
Hunter Lab39.160625.4919-78.9924
CIE-Lab46.090332.8422-65.7911

#5160dd color RGB value is (81,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100000 11011101
Octal 121 140 335
Decimal 81 96 221
Hex 51 60 DD

RGB Percentages of Color #5160dd

%20.35
%24.12
%55.53

CMYK Percentages of Color #5160dd

%63
%57
%0
%13

Triadic Colors of #5160dd

#5160dd #dd5160 #60dd51

Analogous Colors of #5160dd

#5160dd #8851dd #51a6dd

Monochromatic Colors of #5160dd

#5160dd

Complementary Color

#5160dd #ddce51

#5160dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5160dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5160dd Color CSS Codes

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

#5160dd Text Font Color

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

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


#5160dd Background Color

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

This div background color is #5160dd


#5160dd Border Color

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

This div border color is #5160dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5160dd


Comments

No comments written yet.

Please login to write comment.