Color Hex Logo

#574cca Color Hex

#574CCA
(87,76,202)
0 Favorites   0 Comments

Color spaces of #574cca

RGB 8776202
HSL0.680.540.55
HSV245°62°79°
CMYK 0.570.620.00   0.21
XYZ17.175611.459457.1837
Yxy11.45940.20010.1335
Hunter Lab33.851731.3263-76.4588
CIE-Lab40.343739.8189-64.2175

#574cca color RGB value is (87,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 11001010
Octal 127 114 312
Decimal 87 76 202
Hex 57 4C CA

RGB Percentages of Color #574cca

%23.84
%20.82
%55.34

CMYK Percentages of Color #574cca

%57
%62
%0
%21

Triadic Colors of #574cca

#574cca #ca574c #4cca57

Analogous Colors of #574cca

#574cca #964cca #4c80ca

Monochromatic Colors of #574cca

#574cca

Complementary Color

#574cca #bfca4c

#574cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cca Color CSS Codes

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

#574cca Text Font Color

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

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


#574cca Background Color

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

This div background color is #574cca


#574cca Border Color

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

This div border color is #574cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cca


Comments

No comments written yet.

Please login to write comment.