Color Hex Logo

#575ffc Color Hex

#575FFC
(87,95,252)
0 Favorites   0 Comments

Color spaces of #575ffc

RGB 8795252
HSL0.660.960.66
HSV237°65°99°
CMYK 0.650.620.00   0.01
XYZ25.593417.238994.0740
Yxy17.23890.18690.1259
Hunter Lab41.519837.3705-105.2734
CIE-Lab48.559744.5997-79.1778

#575ffc color RGB value is (87,95,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 11111100
Octal 127 137 374
Decimal 87 95 252
Hex 57 5F FC

RGB Percentages of Color #575ffc

%20.05
%21.89
%58.06

CMYK Percentages of Color #575ffc

%65
%62
%0
%1

Triadic Colors of #575ffc

#575ffc #fc575f #5ffc57

Analogous Colors of #575ffc

#575ffc #a257fc #57b2fc

Monochromatic Colors of #575ffc

#575ffc

Complementary Color

#575ffc #fcf457

#575ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575ffc Color CSS Codes

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

#575ffc Text Font Color

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

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


#575ffc Background Color

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

This div background color is #575ffc


#575ffc Border Color

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

This div border color is #575ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575ffc


Comments

No comments written yet.

Please login to write comment.