Color Hex Logo

#574ccb Color Hex

#574CCB
(87,76,203)
0 Favorites   0 Comments

Color spaces of #574ccb

RGB 8776203
HSL0.680.550.55
HSV245°63°80°
CMYK 0.570.630.00   0.20
XYZ17.294411.506957.8095
Yxy11.50690.19970.1329
Hunter Lab33.921831.6417-77.2966
CIE-Lab40.421440.1340-64.6700

#574ccb color RGB value is (87,76,203).

#574ccb hex color red value is 87, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #574ccb hue: 0.68 , saturation: 0.55 and the lightness value of 574ccb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 11001011
Octal 127 114 313
Decimal 87 76 203
Hex 57 4C CB

RGB Percentages of Color #574ccb

%23.77
%20.77
%55.46

CMYK Percentages of Color #574ccb

%57
%63
%0
%20

Triadic Colors of #574ccb

#574ccb #cb574c #4ccb57

Analogous Colors of #574ccb

#574ccb #974ccb #4c81cb

Monochromatic Colors of #574ccb

#574ccb

Complementary Color

#574ccb #c0cb4c

#574ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#574ccb Color CSS Codes

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

#574ccb Text Font Color

<p style="color:#574ccb">Text here</p>

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


#574ccb Background Color

<div style="background-color:#574ccb">
Div content here</div>

This div background color is #574ccb


#574ccb Border Color

<div style="border:3px solid #574ccb">
Div here</div>

This div border color is #574ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #574ccb;
  box-shadow:         1px 1px 3px 2px #574ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574ccb


Comments

No comments written yet.

Please login to write comment.