Color Hex Logo

#575fcc Color Hex

#575FCC
(87,95,204)
0 Favorites   0 Comments

Color spaces of #575fcc

RGB 8795204
HSL0.660.530.57
HSV236°57°80°
CMYK 0.570.530.00   0.20
XYZ18.921814.570358.9418
Yxy14.57030.20470.1576
Hunter Lab38.171121.6850-64.8328
CIE-Lab45.039928.8487-57.7575

#575fcc color RGB value is (87,95,204).

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

The process color (four color CMYK) of #575fcc color hex is 0.57, 0.53, 0.00, 0.20. Web safe color of #575fcc is #6666cc. Color #575fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 11001100
Octal 127 137 314
Decimal 87 95 204
Hex 57 5F CC

RGB Percentages of Color #575fcc

%22.54
%24.61
%52.85

CMYK Percentages of Color #575fcc

%57
%53
%0
%20

Triadic Colors of #575fcc

#575fcc #cc575f #5fcc57

Analogous Colors of #575fcc

#575fcc #8a57cc #579acc

Monochromatic Colors of #575fcc

#575fcc

Complementary Color

#575fcc #ccc457

#575fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575fcc Color CSS Codes

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

#575fcc Text Font Color

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

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


#575fcc Background Color

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

This div background color is #575fcc


#575fcc Border Color

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

This div border color is #575fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575fcc


Comments

No comments written yet.

Please login to write comment.