Color Hex Logo

#571fbf Color Hex

#571FBF
(87,31,191)
0 Favorites   0 Comments

Color spaces of #571fbf

RGB 8731191
HSL0.730.720.44
HSV261°84°75°
CMYK 0.540.840.00   0.25
XYZ13.82446.767849.8679
Yxy6.76780.19620.0961
Hunter Lab26.015049.3289-95.4419
CIE-Lab31.272359.1896-72.6602

#571fbf color RGB value is (87,31,191).

#571fbf hex color red value is 87, green value is 31 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #571fbf hue: 0.73 , saturation: 0.72 and the lightness value of 571fbf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011111 10111111
Octal 127 37 277
Decimal 87 31 191
Hex 57 1F BF

RGB Percentages of Color #571fbf

%28.16
%10.03
%61.81

CMYK Percentages of Color #571fbf

%54
%84
%0
%25

Triadic Colors of #571fbf

#571fbf #bf571f #1fbf57

Analogous Colors of #571fbf

#571fbf #a71fbf #1f37bf

Monochromatic Colors of #571fbf

#571fbf

Complementary Color

#571fbf #87bf1f

#571fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#571fbf Color CSS Codes

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

#571fbf Text Font Color

<p style="color:#571fbf">Text here</p>

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


#571fbf Background Color

<div style="background-color:#571fbf">
Div content here</div>

This div background color is #571fbf


#571fbf Border Color

<div style="border:3px solid #571fbf">
Div here</div>

This div border color is #571fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571fbf


Comments

No comments written yet.

Please login to write comment.