Color Hex Logo

#5751dd Color Hex

#5751DD
(87,81,221)
0 Favorites   0 Comments

Color spaces of #5751dd

RGB 8781221
HSL0.670.670.59
HSV243°63°87°
CMYK 0.610.630.00   0.13
XYZ19.924113.131669.8911
Yxy13.13160.19350.1276
Hunter Lab36.237534.7270-88.9859
CIE-Lab42.960942.8768-70.8678

#5751dd color RGB value is (87,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 11011101
Octal 127 121 335
Decimal 87 81 221
Hex 57 51 DD

RGB Percentages of Color #5751dd

%22.37
%20.82
%56.81

CMYK Percentages of Color #5751dd

%61
%63
%0
%13

Triadic Colors of #5751dd

#5751dd #dd5751 #51dd57

Analogous Colors of #5751dd

#5751dd #9d51dd #5191dd

Monochromatic Colors of #5751dd

#5751dd

Complementary Color

#5751dd #d7dd51

#5751dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5751dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5751dd Color CSS Codes

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

#5751dd Text Font Color

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

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


#5751dd Background Color

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

This div background color is #5751dd


#5751dd Border Color

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

This div border color is #5751dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5751dd


Comments

No comments written yet.

Please login to write comment.