Color Hex Logo

#575cdb Color Hex

#575CDB
(87,92,219)
0 Favorites   0 Comments

Color spaces of #575cdb

RGB 8792219
HSL0.660.650.60
HSV238°60°86°
CMYK 0.600.580.00   0.14
XYZ20.543814.795068.7908
Yxy14.79500.19730.1421
Hunter Lab38.464328.0245-79.1113
CIE-Lab45.352135.6176-65.8347

#575cdb color RGB value is (87,92,219).

#575cdb hex color red value is 87, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #575cdb hue: 0.66 , saturation: 0.65 and the lightness value of 575cdb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11011011
Octal 127 134 333
Decimal 87 92 219
Hex 57 5C DB

RGB Percentages of Color #575cdb

%21.86
%23.12
%55.03

CMYK Percentages of Color #575cdb

%60
%58
%0
%14

Triadic Colors of #575cdb

#575cdb #db575c #5cdb57

Analogous Colors of #575cdb

#575cdb #9457db #579edb

Monochromatic Colors of #575cdb

#575cdb

Complementary Color

#575cdb #dbd657

#575cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cdb Color CSS Codes

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

#575cdb Text Font Color

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

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


#575cdb Background Color

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

This div background color is #575cdb


#575cdb Border Color

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

This div border color is #575cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cdb


Comments

No comments written yet.

Please login to write comment.