Color Hex Logo

#574bed Color Hex

#574BED
(87,75,237)
1 Favorites   0 Comments

Color spaces of #574bed

RGB 8775237
HSL0.680.820.61
HSV244°68°93°
CMYK 0.630.680.00   0.07
XYZ21.732613.172881.5179
Yxy13.17280.18670.1131
Hunter Lab36.294443.3684-107.7606
CIE-Lab43.022551.3390-79.8421

#574bed color RGB value is (87,75,237).

#574bed hex color red value is 87, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #574bed hue: 0.68 , saturation: 0.82 and the lightness value of 574bed is 0.61.

The process color (four color CMYK) of #574bed color hex is 0.63, 0.68, 0.00, 0.07. Web safe color of #574bed is #6633ff. Color #574bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001011 11101101
Octal 127 113 355
Decimal 87 75 237
Hex 57 4B ED

RGB Percentages of Color #574bed

%21.80
%18.80
%59.40

CMYK Percentages of Color #574bed

%63
%68
%0
%7

Triadic Colors of #574bed

#574bed #ed574b #4bed57

Analogous Colors of #574bed

#574bed #a84bed #4b90ed

Monochromatic Colors of #574bed

#574bed

Complementary Color

#574bed #e1ed4b

#574bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#574bed Color CSS Codes

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

#574bed Text Font Color

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

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


#574bed Background Color

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

This div background color is #574bed


#574bed Border Color

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

This div border color is #574bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574bed


Comments

No comments written yet.

Please login to write comment.