Color Hex Logo

#575fcb Color Hex

#575FCB
(87,95,203)
0 Favorites   0 Comments

Color spaces of #575fcb

RGB 8795203
HSL0.660.530.57
HSV236°57°80°
CMYK 0.570.530.00   0.20
XYZ18.802214.522558.3120
Yxy14.52250.20520.1585
Hunter Lab38.108421.3799-64.0474
CIE-Lab44.973128.5203-57.2901

#575fcb color RGB value is (87,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 11001011
Octal 127 137 313
Decimal 87 95 203
Hex 57 5F CB

RGB Percentages of Color #575fcb

%22.60
%24.68
%52.73

CMYK Percentages of Color #575fcb

%57
%53
%0
%20

Triadic Colors of #575fcb

#575fcb #cb575f #5fcb57

Analogous Colors of #575fcb

#575fcb #8957cb #5799cb

Monochromatic Colors of #575fcb

#575fcb

Complementary Color

#575fcb #cbc357

#575fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575fcb Color CSS Codes

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

#575fcb Text Font Color

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

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


#575fcb Background Color

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

This div background color is #575fcb


#575fcb Border Color

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

This div border color is #575fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575fcb


Comments

No comments written yet.

Please login to write comment.