Color Hex Logo

#573edb Color Hex

#573EDB
(87,62,219)
0 Favorites   0 Comments

Color spaces of #573edb

RGB 8762219
HSL0.690.690.55
HSV250°72°86°
CMYK 0.600.720.00   0.14
XYZ18.439310.586068.0893
Yxy10.58600.18990.1090
Hunter Lab32.536144.2236-101.3026
CIE-Lab38.874352.9220-76.4182

#573edb color RGB value is (87,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 11011011
Octal 127 76 333
Decimal 87 62 219
Hex 57 3E DB

RGB Percentages of Color #573edb

%23.64
%16.85
%59.51

CMYK Percentages of Color #573edb

%60
%72
%0
%14

Triadic Colors of #573edb

#573edb #db573e #3edb57

Analogous Colors of #573edb

#573edb #a63edb #3e74db

Monochromatic Colors of #573edb

#573edb

Complementary Color

#573edb #c2db3e

#573edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573edb Color CSS Codes

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

#573edb Text Font Color

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

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


#573edb Background Color

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

This div background color is #573edb


#573edb Border Color

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

This div border color is #573edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573edb


Comments

No comments written yet.

Please login to write comment.