Color Hex Logo

#5761d3 Color Hex

#5761D3
(87,97,211)
0 Favorites   0 Comments

Color spaces of #5761d3

RGB 8797211
HSL0.650.580.58
HSV235°59°83°
CMYK 0.590.540.00   0.17
XYZ19.963015.278863.5249
Yxy15.27880.20210.1547
Hunter Lab39.088122.7590-68.9948
CIE-Lab46.013729.9111-60.1983

#5761d3 color RGB value is (87,97,211).

#5761d3 hex color red value is 87, green value is 97 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #5761d3 hue: 0.65 , saturation: 0.58 and the lightness value of 5761d3 is 0.58.

The process color (four color CMYK) of #5761d3 color hex is 0.59, 0.54, 0.00, 0.17. Web safe color of #5761d3 is #6666cc. Color #5761d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100001 11010011
Octal 127 141 323
Decimal 87 97 211
Hex 57 61 D3

RGB Percentages of Color #5761d3

%22.03
%24.56
%53.42

CMYK Percentages of Color #5761d3

%59
%54
%0
%17

Triadic Colors of #5761d3

#5761d3 #d35761 #61d357

Analogous Colors of #5761d3

#5761d3 #8b57d3 #579fd3

Monochromatic Colors of #5761d3

#5761d3

Complementary Color

#5761d3 #d3c957

#5761d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5761d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5761d3 Color CSS Codes

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

#5761d3 Text Font Color

<p style="color:#5761d3">Text here</p>

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


#5761d3 Background Color

<div style="background-color:#5761d3">
Div content here</div>

This div background color is #5761d3


#5761d3 Border Color

<div style="border:3px solid #5761d3">
Div here</div>

This div border color is #5761d3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,97,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5761d3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5761d3;
  -webkit-box-shadow: 1px 1px 3px 2px #5761d3;
  box-shadow:         1px 1px 3px 2px #5761d3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,97,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5761d3


Comments

No comments written yet.

Please login to write comment.