Color Hex Logo

#bd5477 Color Hex

#BD5477
(189,84,119)
0 Favorites   0 Comments

Color spaces of #bd5477

RGB 18984119
HSL0.940.440.54
HSV340°56°74°
CMYK 0.000.560.37   0.26
XYZ27.486418.491419.5733
Yxy18.49140.41930.2821
Hunter Lab43.001638.84343.1138
CIE-Lab50.086845.78911.0677

#bd5477 color RGB value is (189,84,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 01110111
Octal 275 124 167
Decimal 189 84 119
Hex BD 54 77

RGB Percentages of Color #bd5477

%48.21
%21.43
%30.36

CMYK Percentages of Color #bd5477

%0
%56
%37
%26

Triadic Colors of #bd5477

#bd5477 #77bd54 #5477bd

Analogous Colors of #bd5477

#bd5477 #bd6654 #bd54ac

Monochromatic Colors of #bd5477

#bd5477

Complementary Color

#bd5477 #54bd9a

#bd5477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5477 Color CSS Codes

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

#bd5477 Text Font Color

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

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


#bd5477 Background Color

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

This div background color is #bd5477


#bd5477 Border Color

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

This div border color is #bd5477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5477


Comments

No comments written yet.

Please login to write comment.