Color Hex Logo

#bd389f Color Hex

#BD389F
(189,56,159)
0 Favorites   0 Comments

Color spaces of #bd389f

RGB 18956159
HSL0.870.540.48
HSV314°70°74°
CMYK 0.000.700.16   0.26
XYZ28.658416.150434.4078
Yxy16.15040.36180.2039
Hunter Lab40.187656.9630-22.6316
CIE-Lab47.171262.9905-27.3109

#bd389f color RGB value is (189,56,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 10011111
Octal 275 70 237
Decimal 189 56 159
Hex BD 38 9F

RGB Percentages of Color #bd389f

%46.78
%13.86
%39.36

CMYK Percentages of Color #bd389f

%0
%70
%16
%26

Triadic Colors of #bd389f

#bd389f #9fbd38 #389fbd

Analogous Colors of #bd389f

#bd389f #bd385d #9938bd

Monochromatic Colors of #bd389f

#bd389f

Complementary Color

#bd389f #38bd56

#bd389f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd389f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd389f Color CSS Codes

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

#bd389f Text Font Color

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

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


#bd389f Background Color

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

This div background color is #bd389f


#bd389f Border Color

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

This div border color is #bd389f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd389f


Comments

No comments written yet.

Please login to write comment.