Color Hex Logo

#571cba Color Hex

#571CBA
(87,28,186)
0 Favorites   0 Comments

Color spaces of #571cba

RGB 8728186
HSL0.730.740.42
HSV262°85°73°
CMYK 0.530.850.00   0.27
XYZ13.20876.401946.9939
Yxy6.40190.19830.0961
Hunter Lab25.302048.9061-92.4092
CIE-Lab30.404658.9668-71.1359

#571cba color RGB value is (87,28,186).

#571cba hex color red value is 87, green value is 28 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #571cba hue: 0.73 , saturation: 0.74 and the lightness value of 571cba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 10111010
Octal 127 34 272
Decimal 87 28 186
Hex 57 1C BA

RGB Percentages of Color #571cba

%28.90
%9.30
%61.79

CMYK Percentages of Color #571cba

%53
%85
%0
%27

Triadic Colors of #571cba

#571cba #ba571c #1cba57

Analogous Colors of #571cba

#571cba #a61cba #1c30ba

Monochromatic Colors of #571cba

#571cba

Complementary Color

#571cba #7fba1c

#571cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cba Color CSS Codes

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

#571cba Text Font Color

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

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


#571cba Background Color

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

This div background color is #571cba


#571cba Border Color

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

This div border color is #571cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cba


Comments

No comments written yet.

Please login to write comment.