Color Hex Logo

#573ceb Color Hex

#573CEB
(87,60,235)
0 Favorites   0 Comments

Color spaces of #573ceb

RGB 8760235
HSL0.690.810.58
HSV249°74°92°
CMYK 0.630.740.00   0.08
XYZ20.541711.256179.6872
Yxy11.25610.18430.1010
Hunter Lab33.550150.5774-117.3387
CIE-Lab40.008558.6403-83.6688

#573ceb color RGB value is (87,60,235).

#573ceb hex color red value is 87, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #573ceb hue: 0.69 , saturation: 0.81 and the lightness value of 573ceb is 0.58.

The process color (four color CMYK) of #573ceb color hex is 0.63, 0.74, 0.00, 0.08. Web safe color of #573ceb is #6633ff. Color #573ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111100 11101011
Octal 127 74 353
Decimal 87 60 235
Hex 57 3C EB

RGB Percentages of Color #573ceb

%22.77
%15.71
%61.52

CMYK Percentages of Color #573ceb

%63
%74
%0
%8

Triadic Colors of #573ceb

#573ceb #eb573c #3ceb57

Analogous Colors of #573ceb

#573ceb #af3ceb #3c79eb

Monochromatic Colors of #573ceb

#573ceb

Complementary Color

#573ceb #d0eb3c

#573ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#573ceb Color CSS Codes

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

#573ceb Text Font Color

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

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


#573ceb Background Color

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

This div background color is #573ceb


#573ceb Border Color

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

This div border color is #573ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573ceb


Comments

No comments written yet.

Please login to write comment.