Color Hex Logo

#573cbd Color Hex

#573CBD
(87,60,189)
0 Favorites   0 Comments

Color spaces of #573cbd

RGB 8760189
HSL0.700.520.49
HSV253°68°74°
CMYK 0.540.680.00   0.26
XYZ14.73168.932149.0917
Yxy8.93210.20250.1228
Hunter Lab29.886635.6840-76.4690
CIE-Lab35.853245.0748-63.9581

#573cbd color RGB value is (87,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111100 10111101
Octal 127 74 275
Decimal 87 60 189
Hex 57 3C BD

RGB Percentages of Color #573cbd

%25.89
%17.86
%56.25

CMYK Percentages of Color #573cbd

%54
%68
%0
%26

Triadic Colors of #573cbd

#573cbd #bd573c #3cbd57

Analogous Colors of #573cbd

#573cbd #983cbd #3c62bd

Monochromatic Colors of #573cbd

#573cbd

Complementary Color

#573cbd #a2bd3c

#573cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#573cbd Color CSS Codes

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

#573cbd Text Font Color

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

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


#573cbd Background Color

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

This div background color is #573cbd


#573cbd Border Color

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

This div border color is #573cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573cbd


Comments

No comments written yet.

Please login to write comment.