Color Hex Logo

#5755dd Color Hex

#5755DD
(87,85,221)
0 Favorites   0 Comments

Color spaces of #5755dd

RGB 8785221
HSL0.670.670.60
HSV241°62°87°
CMYK 0.610.620.00   0.13
XYZ20.230113.743769.9932
Yxy13.74370.19460.1322
Hunter Lab37.072532.5288-85.9893
CIE-Lab43.863140.5007-69.3962

#5755dd color RGB value is (87,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 11011101
Octal 127 125 335
Decimal 87 85 221
Hex 57 55 DD

RGB Percentages of Color #5755dd

%22.14
%21.63
%56.23

CMYK Percentages of Color #5755dd

%61
%62
%0
%13

Triadic Colors of #5755dd

#5755dd #dd5755 #55dd57

Analogous Colors of #5755dd

#5755dd #9b55dd #5597dd

Monochromatic Colors of #5755dd

#5755dd

Complementary Color

#5755dd #dbdd55

#5755dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5755dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5755dd Color CSS Codes

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

#5755dd Text Font Color

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

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


#5755dd Background Color

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

This div background color is #5755dd


#5755dd Border Color

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

This div border color is #5755dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5755dd


Comments

No comments written yet.

Please login to write comment.