Color Hex Logo

#573dcc Color Hex

#573DCC
(87,61,204)
0 Favorites   0 Comments

Color spaces of #573dcc

RGB 8761204
HSL0.700.580.52
HSV251°70°80°
CMYK 0.570.700.00   0.20
XYZ16.49839.723458.1340
Yxy9.72340.19560.1153
Hunter Lab31.182439.8735-88.7080
CIE-Lab37.341448.9943-70.2829

#573dcc color RGB value is (87,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 11001100
Octal 127 75 314
Decimal 87 61 204
Hex 57 3D CC

RGB Percentages of Color #573dcc

%24.72
%17.33
%57.95

CMYK Percentages of Color #573dcc

%57
%70
%0
%20

Triadic Colors of #573dcc

#573dcc #cc573d #3dcc57

Analogous Colors of #573dcc

#573dcc #9f3dcc #3d6bcc

Monochromatic Colors of #573dcc

#573dcc

Complementary Color

#573dcc #b2cc3d

#573dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dcc Color CSS Codes

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

#573dcc Text Font Color

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

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


#573dcc Background Color

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

This div background color is #573dcc


#573dcc Border Color

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

This div border color is #573dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dcc


Comments

No comments written yet.

Please login to write comment.