Color Hex Logo

#574fca Color Hex

#574FCA
(87,79,202)
0 Favorites   0 Comments

Color spaces of #574fca

RGB 8779202
HSL0.680.540.55
HSV244°61°79°
CMYK 0.570.610.00   0.21
XYZ17.387111.882557.2543
Yxy11.88250.20100.1373
Hunter Lab34.471029.7108-74.3475
CIE-Lab41.028838.0216-63.1027

#574fca color RGB value is (87,79,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001111 11001010
Octal 127 117 312
Decimal 87 79 202
Hex 57 4F CA

RGB Percentages of Color #574fca

%23.64
%21.47
%54.89

CMYK Percentages of Color #574fca

%57
%61
%0
%21

Triadic Colors of #574fca

#574fca #ca574f #4fca57

Analogous Colors of #574fca

#574fca #954fca #4f85ca

Monochromatic Colors of #574fca

#574fca

Complementary Color

#574fca #c2ca4f

#574fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#574fca Color CSS Codes

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

#574fca Text Font Color

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

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


#574fca Background Color

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

This div background color is #574fca


#574fca Border Color

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

This div border color is #574fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,79,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 #574fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574fca


Comments

No comments written yet.

Please login to write comment.