Color Hex Logo

#5731bf Color Hex

#5731BF
(87,49,191)
0 Favorites   0 Comments

Color spaces of #5731bf

RGB 8749191
HSL0.710.590.47
HSV256°74°75°
CMYK 0.540.740.00   0.25
XYZ14.43287.984550.0707
Yxy7.98450.19910.1101
Hunter Lab28.256941.7232-85.2811
CIE-Lab33.950651.4476-68.2513

#5731bf color RGB value is (87,49,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 10111111
Octal 127 61 277
Decimal 87 49 191
Hex 57 31 BF

RGB Percentages of Color #5731bf

%26.61
%14.98
%58.41

CMYK Percentages of Color #5731bf

%54
%74
%0
%25

Triadic Colors of #5731bf

#5731bf #bf5731 #31bf57

Analogous Colors of #5731bf

#5731bf #9e31bf #3152bf

Monochromatic Colors of #5731bf

#5731bf

Complementary Color

#5731bf #99bf31

#5731bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5731bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5731bf Color CSS Codes

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

#5731bf Text Font Color

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

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


#5731bf Background Color

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

This div background color is #5731bf


#5731bf Border Color

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

This div border color is #5731bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5731bf


Comments

No comments written yet.

Please login to write comment.