Color Hex Logo

#573cbc Color Hex

#573CBC
(87,60,188)
0 Favorites   0 Comments

Color spaces of #573cbc

RGB 8760188
HSL0.700.520.49
HSV253°68°74°
CMYK 0.540.680.00   0.26
XYZ14.62348.888848.5219
Yxy8.88880.20300.1234
Hunter Lab29.814135.3771-75.6236
CIE-Lab35.769344.7774-63.5071

#573cbc color RGB value is (87,60,188).

#573cbc hex color red value is 87, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #573cbc hue: 0.70 , saturation: 0.52 and the lightness value of 573cbc is 0.49.

The process color (four color CMYK) of #573cbc color hex is 0.54, 0.68, 0.00, 0.26. Web safe color of #573cbc is #6633cc. Color #573cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111100 10111100
Octal 127 74 274
Decimal 87 60 188
Hex 57 3C BC

RGB Percentages of Color #573cbc

%25.97
%17.91
%56.12

CMYK Percentages of Color #573cbc

%54
%68
%0
%26

Triadic Colors of #573cbc

#573cbc #bc573c #3cbc57

Analogous Colors of #573cbc

#573cbc #973cbc #3c61bc

Monochromatic Colors of #573cbc

#573cbc

Complementary Color

#573cbc #a1bc3c

#573cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#573cbc Color CSS Codes

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

#573cbc Text Font Color

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

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


#573cbc Background Color

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

This div background color is #573cbc


#573cbc Border Color

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

This div border color is #573cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573cbc


Comments

No comments written yet.

Please login to write comment.