Color Hex Logo

#575cfa Color Hex

#575CFA
(87,92,250)
0 Favorites   0 Comments

Color spaces of #575cfa

RGB 8792250
HSL0.660.940.66
HSV238°65°98°
CMYK 0.650.630.00   0.02
XYZ25.012916.582792.3249
Yxy16.58270.18680.1238
Hunter Lab40.721938.3782-105.9174
CIE-Lab47.729945.7166-79.4205

#575cfa color RGB value is (87,92,250).

#575cfa hex color red value is 87, green value is 92 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #575cfa hue: 0.66 , saturation: 0.94 and the lightness value of 575cfa is 0.66.

The process color (four color CMYK) of #575cfa color hex is 0.65, 0.63, 0.00, 0.02. Web safe color of #575cfa is #6666ff. Color #575cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11111010
Octal 127 134 372
Decimal 87 92 250
Hex 57 5C FA

RGB Percentages of Color #575cfa

%20.28
%21.45
%58.28

CMYK Percentages of Color #575cfa

%65
%63
%0
%2

Triadic Colors of #575cfa

#575cfa #fa575c #5cfa57

Analogous Colors of #575cfa

#575cfa #a457fa #57aefa

Monochromatic Colors of #575cfa

#575cfa

Complementary Color

#575cfa #faf557

#575cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cfa Color CSS Codes

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

#575cfa Text Font Color

<p style="color:#575cfa">Text here</p>

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


#575cfa Background Color

<div style="background-color:#575cfa">
Div content here</div>

This div background color is #575cfa


#575cfa Border Color

<div style="border:3px solid #575cfa">
Div here</div>

This div border color is #575cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,92,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #575cfa;
  box-shadow:         1px 1px 3px 2px #575cfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cfa


Comments

No comments written yet.

Please login to write comment.