Color Hex Logo

#bd397f Color Hex

#BD397F
(189,57,127)
0 Favorites   0 Comments

Color spaces of #bd397f

RGB 18957127
HSL0.910.540.48
HSV328°70°74°
CMYK 0.000.700.33   0.26
XYZ26.280215.277421.6424
Yxy15.27740.41580.2417
Hunter Lab39.086351.6158-5.4689
CIE-Lab46.011858.4444-9.8030

#bd397f color RGB value is (189,57,127).

#bd397f hex color red value is 189, green value is 57 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd397f hue: 0.91 , saturation: 0.54 and the lightness value of bd397f is 0.48.

The process color (four color CMYK) of #bd397f color hex is 0.00, 0.70, 0.33, 0.26. Web safe color of #bd397f is #cc3366. Color #bd397f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 01111111
Octal 275 71 177
Decimal 189 57 127
Hex BD 39 7F

RGB Percentages of Color #bd397f

%50.67
%15.28
%34.05

CMYK Percentages of Color #bd397f

%0
%70
%33
%26

Triadic Colors of #bd397f

#bd397f #7fbd39 #397fbd

Analogous Colors of #bd397f

#bd397f #bd393d #b939bd

Monochromatic Colors of #bd397f

#bd397f

Complementary Color

#bd397f #39bd77

#bd397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd397f Color CSS Codes

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

#bd397f Text Font Color

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

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


#bd397f Background Color

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

This div background color is #bd397f


#bd397f Border Color

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

This div border color is #bd397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd397f


Comments

No comments written yet.

Please login to write comment.