Color Hex Logo

#573fdb Color Hex

#573FDB
(87,63,219)
0 Favorites   0 Comments

Color spaces of #573fdb

RGB 8763219
HSL0.690.680.55
HSV249°71°86°
CMYK 0.600.710.00   0.14
XYZ18.494210.695768.1076
Yxy10.69570.19010.1099
Hunter Lab32.704343.7089-100.5801
CIE-Lab39.063252.3948-76.1078

#573fdb color RGB value is (87,63,219).

#573fdb hex color red value is 87, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #573fdb hue: 0.69 , saturation: 0.68 and the lightness value of 573fdb is 0.55.

The process color (four color CMYK) of #573fdb color hex is 0.60, 0.71, 0.00, 0.14. Web safe color of #573fdb is #6633cc. Color #573fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 11011011
Octal 127 77 333
Decimal 87 63 219
Hex 57 3F DB

RGB Percentages of Color #573fdb

%23.58
%17.07
%59.35

CMYK Percentages of Color #573fdb

%60
%71
%0
%14

Triadic Colors of #573fdb

#573fdb #db573f #3fdb57

Analogous Colors of #573fdb

#573fdb #a53fdb #3f75db

Monochromatic Colors of #573fdb

#573fdb

Complementary Color

#573fdb #c3db3f

#573fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573fdb Color CSS Codes

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

#573fdb Text Font Color

<p style="color:#573fdb">Text here</p>

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


#573fdb Background Color

<div style="background-color:#573fdb">
Div content here</div>

This div background color is #573fdb


#573fdb Border Color

<div style="border:3px solid #573fdb">
Div here</div>

This div border color is #573fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573fdb


Comments

No comments written yet.

Please login to write comment.