Color Hex Logo

#5749fc Color Hex

#5749FC
(87,73,252)
0 Favorites   0 Comments

Color spaces of #5749fc

RGB 8773252
HSL0.680.970.64
HSV245°71°99°
CMYK 0.650.710.00   0.01
XYZ23.883713.819693.5041
Yxy13.81960.18200.1053
Hunter Lab37.174749.6254-123.1075
CIE-Lab43.973157.0135-86.7002

#5749fc color RGB value is (87,73,252).

#5749fc hex color red value is 87, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5749fc hue: 0.68 , saturation: 0.97 and the lightness value of 5749fc is 0.64.

The process color (four color CMYK) of #5749fc color hex is 0.65, 0.71, 0.00, 0.01. Web safe color of #5749fc is #6633ff. Color #5749fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 11111100
Octal 127 111 374
Decimal 87 73 252
Hex 57 49 FC

RGB Percentages of Color #5749fc

%21.12
%17.72
%61.17

CMYK Percentages of Color #5749fc

%65
%71
%0
%1

Triadic Colors of #5749fc

#5749fc #fc5749 #49fc57

Analogous Colors of #5749fc

#5749fc #b149fc #4995fc

Monochromatic Colors of #5749fc

#5749fc

Complementary Color

#5749fc #eefc49

#5749fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5749fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5749fc Color CSS Codes

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

#5749fc Text Font Color

<p style="color:#5749fc">Text here</p>

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


#5749fc Background Color

<div style="background-color:#5749fc">
Div content here</div>

This div background color is #5749fc


#5749fc Border Color

<div style="border:3px solid #5749fc">
Div here</div>

This div border color is #5749fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,73,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5749fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5749fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5749fc;
  box-shadow:         1px 1px 3px 2px #5749fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5749fc

Related Colors


Comments

No comments written yet.

Please login to write comment.