Color Hex Logo

#bd398f Color Hex

#BD398F
(189,57,143)
0 Favorites   0 Comments

Color spaces of #bd398f

RGB 18957143
HSL0.890.540.48
HSV321°70°74°
CMYK 0.000.700.24   0.26
XYZ27.407315.728227.5779
Yxy15.72820.38760.2224
Hunter Lab39.658853.9544-13.4679
CIE-Lab46.615960.4325-18.5824

#bd398f color RGB value is (189,57,143).

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

The process color (four color CMYK) of #bd398f color hex is 0.00, 0.70, 0.24, 0.26. Web safe color of #bd398f is #cc3399. Color #bd398f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 10001111
Octal 275 71 217
Decimal 189 57 143
Hex BD 39 8F

RGB Percentages of Color #bd398f

%48.59
%14.65
%36.76

CMYK Percentages of Color #bd398f

%0
%70
%24
%26

Triadic Colors of #bd398f

#bd398f #8fbd39 #398fbd

Analogous Colors of #bd398f

#bd398f #bd394d #a939bd

Monochromatic Colors of #bd398f

#bd398f

Complementary Color

#bd398f #39bd67

#bd398f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd398f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd398f Color CSS Codes

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

#bd398f Text Font Color

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

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


#bd398f Background Color

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

This div background color is #bd398f


#bd398f Border Color

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

This div border color is #bd398f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd398f


Comments

No comments written yet.

Please login to write comment.