Color Hex Logo

#bd5397 Color Hex

#BD5397
(189,83,151)
0 Favorites   0 Comments

Color spaces of #bd5397

RGB 18983151
HSL0.890.450.53
HSV322°56°74°
CMYK 0.000.560.20   0.26
XYZ29.665419.239731.4282
Yxy19.23970.36930.2395
Hunter Lab43.863143.9624-11.7775
CIE-Lab50.966550.5135-16.7157

#bd5397 color RGB value is (189,83,151).

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

The process color (four color CMYK) of #bd5397 color hex is 0.00, 0.56, 0.20, 0.26. Web safe color of #bd5397 is #cc6699. Color #bd5397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10010111
Octal 275 123 227
Decimal 189 83 151
Hex BD 53 97

RGB Percentages of Color #bd5397

%44.68
%19.62
%35.70

CMYK Percentages of Color #bd5397

%0
%56
%20
%26

Triadic Colors of #bd5397

#bd5397 #97bd53 #5397bd

Analogous Colors of #bd5397

#bd5397 #bd5362 #ae53bd

Monochromatic Colors of #bd5397

#bd5397

Complementary Color

#bd5397 #53bd79

#bd5397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5397 Color CSS Codes

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

#bd5397 Text Font Color

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

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


#bd5397 Background Color

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

This div background color is #bd5397


#bd5397 Border Color

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

This div border color is #bd5397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5397


Comments

No comments written yet.

Please login to write comment.