Color Hex Logo

#574ddb Color Hex

#574DDB
(87,77,219)
0 Favorites   0 Comments

Color spaces of #574ddb

RGB 8777219
HSL0.680.660.58
HSV244°65°86°
CMYK 0.600.650.00   0.14
XYZ19.370512.448568.3997
Yxy12.44850.19330.1242
Hunter Lab35.282436.2545-90.2439
CIE-Lab41.920244.5855-71.4260

#574ddb color RGB value is (87,77,219).

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

The process color (four color CMYK) of #574ddb color hex is 0.60, 0.65, 0.00, 0.14. Web safe color of #574ddb is #6666cc. Color #574ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 11011011
Octal 127 115 333
Decimal 87 77 219
Hex 57 4D DB

RGB Percentages of Color #574ddb

%22.72
%20.10
%57.18

CMYK Percentages of Color #574ddb

%60
%65
%0
%14

Triadic Colors of #574ddb

#574ddb #db574d #4ddb57

Analogous Colors of #574ddb

#574ddb #9e4ddb #4d8adb

Monochromatic Colors of #574ddb

#574ddb

Complementary Color

#574ddb #d1db4d

#574ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#574ddb Color CSS Codes

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

#574ddb Text Font Color

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

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


#574ddb Background Color

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

This div background color is #574ddb


#574ddb Border Color

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

This div border color is #574ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574ddb


Comments

No comments written yet.

Please login to write comment.