Color Hex Logo

#574dce Color Hex

#574DCE
(87,77,206)
0 Favorites   0 Comments

Color spaces of #574dce

RGB 8777206
HSL0.680.570.55
HSV245°63°81°
CMYK 0.580.630.00   0.19
XYZ17.724911.790259.7341
Yxy11.79020.19860.1321
Hunter Lab34.336932.0533-79.1080
CIE-Lab40.880740.4861-65.6557

#574dce color RGB value is (87,77,206).

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

The process color (four color CMYK) of #574dce color hex is 0.58, 0.63, 0.00, 0.19. Web safe color of #574dce is #6666cc. Color #574dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 11001110
Octal 127 115 316
Decimal 87 77 206
Hex 57 4D CE

RGB Percentages of Color #574dce

%23.51
%20.81
%55.68

CMYK Percentages of Color #574dce

%58
%63
%0
%19

Triadic Colors of #574dce

#574dce #ce574d #4dce57

Analogous Colors of #574dce

#574dce #984dce #4d84ce

Monochromatic Colors of #574dce

#574dce

Complementary Color

#574dce #c4ce4d

#574dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#574dce Color CSS Codes

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

#574dce Text Font Color

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

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


#574dce Background Color

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

This div background color is #574dce


#574dce Border Color

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

This div border color is #574dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574dce


Comments

No comments written yet.

Please login to write comment.