Color Hex Logo

#bd5771 Color Hex

#BD5771
(189,87,113)
0 Favorites   0 Comments

Color spaces of #bd5771

RGB 18987113
HSL0.960.440.54
HSV345°54°74°
CMYK 0.000.540.40   0.26
XYZ27.375118.827517.8140
Yxy18.82750.42760.2941
Hunter Lab43.390736.68176.0320
CIE-Lab50.484843.62675.2424

#bd5771 color RGB value is (189,87,113).

#bd5771 hex color red value is 189, green value is 87 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bd5771 hue: 0.96 , saturation: 0.44 and the lightness value of bd5771 is 0.54.

The process color (four color CMYK) of #bd5771 color hex is 0.00, 0.54, 0.40, 0.26. Web safe color of #bd5771 is #cc6666. Color #bd5771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01110001
Octal 275 127 161
Decimal 189 87 113
Hex BD 57 71

RGB Percentages of Color #bd5771

%48.59
%22.37
%29.05

CMYK Percentages of Color #bd5771

%0
%54
%40
%26

Triadic Colors of #bd5771

#bd5771 #71bd57 #5771bd

Analogous Colors of #bd5771

#bd5771 #bd7057 #bd57a4

Monochromatic Colors of #bd5771

#bd5771

Complementary Color

#bd5771 #57bda3

#bd5771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5771 Color CSS Codes

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

#bd5771 Text Font Color

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

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


#bd5771 Background Color

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

This div background color is #bd5771


#bd5771 Border Color

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

This div border color is #bd5771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5771


Comments

No comments written yet.

Please login to write comment.