Color Hex Logo

#5731ba Color Hex

#5731BA
(87,49,186)
0 Favorites   0 Comments

Color spaces of #5731ba

RGB 8749186
HSL0.710.580.46
HSV257°74°73°
CMYK 0.530.740.00   0.27
XYZ13.89177.768047.2216
Yxy7.76800.20170.1128
Hunter Lab27.871140.1946-80.9443
CIE-Lab33.495050.0353-66.0514

#5731ba color RGB value is (87,49,186).

#5731ba hex color red value is 87, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5731ba hue: 0.71 , saturation: 0.58 and the lightness value of 5731ba is 0.46.

The process color (four color CMYK) of #5731ba color hex is 0.53, 0.74, 0.00, 0.27. Web safe color of #5731ba is #6633cc. Color #5731ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 10111010
Octal 127 61 272
Decimal 87 49 186
Hex 57 31 BA

RGB Percentages of Color #5731ba

%27.02
%15.22
%57.76

CMYK Percentages of Color #5731ba

%53
%74
%0
%27

Triadic Colors of #5731ba

#5731ba #ba5731 #31ba57

Analogous Colors of #5731ba

#5731ba #9c31ba #314fba

Monochromatic Colors of #5731ba

#5731ba

Complementary Color

#5731ba #94ba31

#5731ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5731ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5731ba Color CSS Codes

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

#5731ba Text Font Color

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

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


#5731ba Background Color

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

This div background color is #5731ba


#5731ba Border Color

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

This div border color is #5731ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5731ba


Comments

No comments written yet.

Please login to write comment.