Color Hex Logo

#575dfc Color Hex

#575DFC
(87,93,252)
0 Favorites   0 Comments

Color spaces of #575dfc

RGB 8793252
HSL0.660.960.66
HSV238°65°99°
CMYK 0.650.630.00   0.01
XYZ25.415516.883294.0147
Yxy16.88320.18640.1239
Hunter Lab41.089238.5042-106.8970
CIE-Lab48.112545.7771-79.9086

#575dfc color RGB value is (87,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 11111100
Octal 127 135 374
Decimal 87 93 252
Hex 57 5D FC

RGB Percentages of Color #575dfc

%20.14
%21.53
%58.33

CMYK Percentages of Color #575dfc

%65
%63
%0
%1

Triadic Colors of #575dfc

#575dfc #fc575d #5dfc57

Analogous Colors of #575dfc

#575dfc #a457fc #57b0fc

Monochromatic Colors of #575dfc

#575dfc

Complementary Color

#575dfc #fcf657

#575dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575dfc Color CSS Codes

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

#575dfc Text Font Color

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

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


#575dfc Background Color

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

This div background color is #575dfc


#575dfc Border Color

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

This div border color is #575dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.