Color Hex Logo

#571fbc Color Hex

#571FBC
(87,31,188)
0 Favorites   0 Comments

Color spaces of #571fbc

RGB 8731188
HSL0.730.720.43
HSV261°84°74°
CMYK 0.540.840.00   0.26
XYZ13.49766.637048.1466
Yxy6.63700.19770.0972
Hunter Lab25.762448.4368-92.7718
CIE-Lab30.965858.4222-71.3941

#571fbc color RGB value is (87,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011111 10111100
Octal 127 37 274
Decimal 87 31 188
Hex 57 1F BC

RGB Percentages of Color #571fbc

%28.43
%10.13
%61.44

CMYK Percentages of Color #571fbc

%54
%84
%0
%26

Triadic Colors of #571fbc

#571fbc #bc571f #1fbc57

Analogous Colors of #571fbc

#571fbc #a61fbc #1f35bc

Monochromatic Colors of #571fbc

#571fbc

Complementary Color

#571fbc #84bc1f

#571fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#571fbc Color CSS Codes

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

#571fbc Text Font Color

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

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


#571fbc Background Color

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

This div background color is #571fbc


#571fbc Border Color

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

This div border color is #571fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571fbc


Comments

No comments written yet.

Please login to write comment.