Color Hex Logo

#bd5376 Color Hex

#BD5376
(189,83,118)
0 Favorites   0 Comments

Color spaces of #bd5376

RGB 18983118
HSL0.940.450.53
HSV340°56°74°
CMYK 0.000.560.38   0.26
XYZ27.349518.313319.2329
Yxy18.31330.42140.2822
Hunter Lab42.794039.18913.3092
CIE-Lab49.873946.15671.3588

#bd5376 color RGB value is (189,83,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01110110
Octal 275 123 166
Decimal 189 83 118
Hex BD 53 76

RGB Percentages of Color #bd5376

%48.46
%21.28
%30.26

CMYK Percentages of Color #bd5376

%0
%56
%38
%26

Triadic Colors of #bd5376

#bd5376 #76bd53 #5376bd

Analogous Colors of #bd5376

#bd5376 #bd6553 #bd53ab

Monochromatic Colors of #bd5376

#bd5376

Complementary Color

#bd5376 #53bd9a

#bd5376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5376 Color CSS Codes

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

#bd5376 Text Font Color

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

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


#bd5376 Background Color

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

This div background color is #bd5376


#bd5376 Border Color

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

This div border color is #bd5376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5376


Comments

No comments written yet.

Please login to write comment.