Color Hex Logo

#5740df Color Hex

#5740DF
(87,64,223)
0 Favorites   0 Comments

Color spaces of #5740df

RGB 8764223
HSL0.690.710.56
HSV249°71°87°
CMYK 0.610.710.00   0.13
XYZ19.083211.020770.9335
Yxy11.02070.18890.1091
Hunter Lab33.197444.5133-103.4477
CIE-Lab39.615353.0585-77.4894

#5740df color RGB value is (87,64,223).

#5740df hex color red value is 87, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5740df hue: 0.69 , saturation: 0.71 and the lightness value of 5740df is 0.56.

The process color (four color CMYK) of #5740df color hex is 0.61, 0.71, 0.00, 0.13. Web safe color of #5740df is #6633cc. Color #5740df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 11011111
Octal 127 100 337
Decimal 87 64 223
Hex 57 40 DF

RGB Percentages of Color #5740df

%23.26
%17.11
%59.63

CMYK Percentages of Color #5740df

%61
%71
%0
%13

Triadic Colors of #5740df

#5740df #df5740 #40df57

Analogous Colors of #5740df

#5740df #a740df #4079df

Monochromatic Colors of #5740df

#5740df

Complementary Color

#5740df #c8df40

#5740df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5740df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5740df Color CSS Codes

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

#5740df Text Font Color

<p style="color:#5740df">Text here</p>

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


#5740df Background Color

<div style="background-color:#5740df">
Div content here</div>

This div background color is #5740df


#5740df Border Color

<div style="border:3px solid #5740df">
Div here</div>

This div border color is #5740df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,64,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5740df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5740df;
  -webkit-box-shadow: 1px 1px 3px 2px #5740df;
  box-shadow:         1px 1px 3px 2px #5740df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5740df


Comments

No comments written yet.

Please login to write comment.