Color Hex Logo

#574cfa Color Hex

#574CFA
(87,76,250)
0 Favorites   0 Comments

Color spaces of #574cfa

RGB 8776250
HSL0.680.950.64
HSV244°70°98°
CMYK 0.650.700.00   0.02
XYZ23.770214.097291.9107
Yxy14.09720.18320.1086
Hunter Lab37.546247.3009-118.8556
CIE-Lab44.372054.7934-84.9264

#574cfa color RGB value is (87,76,250).

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

The process color (four color CMYK) of #574cfa color hex is 0.65, 0.70, 0.00, 0.02. Web safe color of #574cfa is #6633ff. Color #574cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 11111010
Octal 127 114 372
Decimal 87 76 250
Hex 57 4C FA

RGB Percentages of Color #574cfa

%21.07
%18.40
%60.53

CMYK Percentages of Color #574cfa

%65
%70
%0
%2

Triadic Colors of #574cfa

#574cfa #fa574c #4cfa57

Analogous Colors of #574cfa

#574cfa #ae4cfa #4c98fa

Monochromatic Colors of #574cfa

#574cfa

Complementary Color

#574cfa #effa4c

#574cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cfa Color CSS Codes

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

#574cfa Text Font Color

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

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


#574cfa Background Color

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

This div background color is #574cfa


#574cfa Border Color

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

This div border color is #574cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cfa


Comments

No comments written yet.

Please login to write comment.