Color Hex Logo

#571dbd Color Hex

#571DBD
(87,29,189)
0 Favorites   0 Comments

Color spaces of #571dbd

RGB 8729189
HSL0.730.730.43
HSV262°85°74°
CMYK 0.540.850.00   0.26
XYZ13.55526.579148.6996
Yxy6.57910.19690.0956
Hunter Lab25.649849.4453-94.6154
CIE-Lab30.828859.3832-72.2114

#571dbd color RGB value is (87,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 10111101
Octal 127 35 275
Decimal 87 29 189
Hex 57 1D BD

RGB Percentages of Color #571dbd

%28.52
%9.51
%61.97

CMYK Percentages of Color #571dbd

%54
%85
%0
%26

Triadic Colors of #571dbd

#571dbd #bd571d #1dbd57

Analogous Colors of #571dbd

#571dbd #a71dbd #1d33bd

Monochromatic Colors of #571dbd

#571dbd

Complementary Color

#571dbd #83bd1d

#571dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dbd Color CSS Codes

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

#571dbd Text Font Color

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

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


#571dbd Background Color

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

This div background color is #571dbd


#571dbd Border Color

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

This div border color is #571dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dbd


Comments

No comments written yet.

Please login to write comment.