Color Hex Logo

#575fcf Color Hex

#575FCF
(87,95,207)
0 Favorites   0 Comments

Color spaces of #575fcf

RGB 8795207
HSL0.660.560.58
HSV236°58°81°
CMYK 0.580.540.00   0.19
XYZ19.285214.715660.8554
Yxy14.71560.20330.1551
Hunter Lab38.360922.6058-67.2045
CIE-Lab45.242229.8342-59.1541

#575fcf color RGB value is (87,95,207).

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

The process color (four color CMYK) of #575fcf color hex is 0.58, 0.54, 0.00, 0.19. Web safe color of #575fcf is #6666cc. Color #575fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 11001111
Octal 127 137 317
Decimal 87 95 207
Hex 57 5F CF

RGB Percentages of Color #575fcf

%22.37
%24.42
%53.21

CMYK Percentages of Color #575fcf

%58
%54
%0
%19

Triadic Colors of #575fcf

#575fcf #cf575f #5fcf57

Analogous Colors of #575fcf

#575fcf #8b57cf #579bcf

Monochromatic Colors of #575fcf

#575fcf

Complementary Color

#575fcf #cfc757

#575fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#575fcf Color CSS Codes

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

#575fcf Text Font Color

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

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


#575fcf Background Color

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

This div background color is #575fcf


#575fcf Border Color

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

This div border color is #575fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575fcf


Comments

No comments written yet.

Please login to write comment.