Color Hex Logo

#573ece Color Hex

#573ECE
(87,62,206)
0 Favorites   0 Comments

Color spaces of #573ece

RGB 8762206
HSL0.700.600.53
HSV250°70°81°
CMYK 0.580.700.00   0.19
XYZ16.79379.927759.4236
Yxy9.92770.19490.1152
Hunter Lab31.508339.9999-89.7633
CIE-Lab37.712449.0500-70.8342

#573ece color RGB value is (87,62,206).

#573ece hex color red value is 87, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #573ece hue: 0.70 , saturation: 0.60 and the lightness value of 573ece is 0.53.

The process color (four color CMYK) of #573ece color hex is 0.58, 0.70, 0.00, 0.19. Web safe color of #573ece is #6633cc. Color #573ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 11001110
Octal 127 76 316
Decimal 87 62 206
Hex 57 3E CE

RGB Percentages of Color #573ece

%24.51
%17.46
%58.03

CMYK Percentages of Color #573ece

%58
%70
%0
%19

Triadic Colors of #573ece

#573ece #ce573e #3ece57

Analogous Colors of #573ece

#573ece #9f3ece #3e6dce

Monochromatic Colors of #573ece

#573ece

Complementary Color

#573ece #b5ce3e

#573ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#573ece Color CSS Codes

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

#573ece Text Font Color

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

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


#573ece Background Color

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

This div background color is #573ece


#573ece Border Color

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

This div border color is #573ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573ece


Comments

No comments written yet.

Please login to write comment.