Color Hex Logo

#bd5371 Color Hex

#BD5371
(189,83,113)
0 Favorites   0 Comments

Color spaces of #bd5371

RGB 18983113
HSL0.950.450.53
HSV343°56°74°
CMYK 0.000.560.40   0.26
XYZ27.060218.197617.7090
Yxy18.19760.42980.2890
Hunter Lab42.658638.57755.2478
CIE-Lab49.734945.58794.1649

#bd5371 color RGB value is (189,83,113).

#bd5371 hex color red value is 189, green value is 83 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bd5371 hue: 0.95 , saturation: 0.45 and the lightness value of bd5371 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01110001
Octal 275 123 161
Decimal 189 83 113
Hex BD 53 71

RGB Percentages of Color #bd5371

%49.09
%21.56
%29.35

CMYK Percentages of Color #bd5371

%0
%56
%40
%26

Triadic Colors of #bd5371

#bd5371 #71bd53 #5371bd

Analogous Colors of #bd5371

#bd5371 #bd6a53 #bd53a6

Monochromatic Colors of #bd5371

#bd5371

Complementary Color

#bd5371 #53bd9f

#bd5371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5371 Color CSS Codes

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

#bd5371 Text Font Color

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

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


#bd5371 Background Color

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

This div background color is #bd5371


#bd5371 Border Color

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

This div border color is #bd5371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,83,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 #bd5371">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5371


Comments

No comments written yet.

Please login to write comment.