Color Hex Logo

#571baf Color Hex

#571BAF
(87,27,175)
0 Favorites   0 Comments

Color spaces of #571baf

RGB 8727175
HSL0.730.730.40
HSV264°85°69°
CMYK 0.500.850.00   0.31
XYZ12.06035.905241.0616
Yxy5.90520.20430.1000
Hunter Lab24.300646.0628-83.1739
CIE-Lab29.172056.5452-66.6130

#571baf color RGB value is (87,27,175).

#571baf hex color red value is 87, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #571baf hue: 0.73 , saturation: 0.73 and the lightness value of 571baf is 0.40.

The process color (four color CMYK) of #571baf color hex is 0.50, 0.85, 0.00, 0.31. Web safe color of #571baf is #663399. Color #571baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011011 10101111
Octal 127 33 257
Decimal 87 27 175
Hex 57 1B AF

RGB Percentages of Color #571baf

%30.10
%9.34
%60.55

CMYK Percentages of Color #571baf

%50
%85
%0
%31

Triadic Colors of #571baf

#571baf #af571b #1baf57

Analogous Colors of #571baf

#571baf #a11baf #1b29af

Monochromatic Colors of #571baf

#571baf

Complementary Color

#571baf #73af1b

#571baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#571baf Color CSS Codes

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

#571baf Text Font Color

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

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


#571baf Background Color

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

This div background color is #571baf


#571baf Border Color

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

This div border color is #571baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571baf


Comments

No comments written yet.

Please login to write comment.