Color Hex Logo

#574adb Color Hex

#574ADB
(87,74,219)
0 Favorites   0 Comments

Color spaces of #574adb

RGB 8774219
HSL0.680.670.57
HSV245°66°86°
CMYK 0.600.660.00   0.14
XYZ19.165412.038368.3313
Yxy12.03830.19250.1209
Hunter Lab34.696337.8808-92.4792
CIE-Lab41.276946.3162-72.4780

#574adb color RGB value is (87,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 11011011
Octal 127 112 333
Decimal 87 74 219
Hex 57 4A DB

RGB Percentages of Color #574adb

%22.89
%19.47
%57.63

CMYK Percentages of Color #574adb

%60
%66
%0
%14

Triadic Colors of #574adb

#574adb #db574a #4adb57

Analogous Colors of #574adb

#574adb #a04adb #4a86db

Monochromatic Colors of #574adb

#574adb

Complementary Color

#574adb #cedb4a

#574adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#574adb Color CSS Codes

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

#574adb Text Font Color

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

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


#574adb Background Color

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

This div background color is #574adb


#574adb Border Color

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

This div border color is #574adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574adb


Comments

No comments written yet.

Please login to write comment.