Color Hex Logo

#5731fc Color Hex

#5731FC
(87,49,252)
0 Favorites   0 Comments

Color spaces of #5731fc

RGB 8749252
HSL0.700.970.59
HSV251°81°99°
CMYK 0.650.810.00   0.01
XYZ22.599511.251193.0760
Yxy11.25110.17810.0886
Hunter Lab33.542761.5654-141.0413
CIE-Lab40.000268.3785-93.2594

#5731fc color RGB value is (87,49,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 11111100
Octal 127 61 374
Decimal 87 49 252
Hex 57 31 FC

RGB Percentages of Color #5731fc

%22.42
%12.63
%64.95

CMYK Percentages of Color #5731fc

%65
%81
%0
%1

Triadic Colors of #5731fc

#5731fc #fc5731 #31fc57

Analogous Colors of #5731fc

#5731fc #bd31fc #3171fc

Monochromatic Colors of #5731fc

#5731fc

Complementary Color

#5731fc #d6fc31

#5731fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5731fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5731fc Color CSS Codes

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

#5731fc Text Font Color

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

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


#5731fc Background Color

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

This div background color is #5731fc


#5731fc Border Color

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

This div border color is #5731fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5731fc

Related Colors


Comments

No comments written yet.

Please login to write comment.