Color Hex Logo

#bd387d Color Hex

#BD387D
(189,56,125)
0 Favorites   0 Comments

Color spaces of #bd387d

RGB 18956125
HSL0.910.540.48
HSV329°70°74°
CMYK 0.000.700.34   0.26
XYZ26.102115.127820.9463
Yxy15.12780.41980.2433
Hunter Lab38.894551.7261-4.7040
CIE-Lab45.808758.5822-8.8881

#bd387d color RGB value is (189,56,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 01111101
Octal 275 70 175
Decimal 189 56 125
Hex BD 38 7D

RGB Percentages of Color #bd387d

%51.08
%15.14
%33.78

CMYK Percentages of Color #bd387d

%0
%70
%34
%26

Triadic Colors of #bd387d

#bd387d #7dbd38 #387dbd

Analogous Colors of #bd387d

#bd387d #bd383b #bb38bd

Monochromatic Colors of #bd387d

#bd387d

Complementary Color

#bd387d #38bd78

#bd387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd387d Color CSS Codes

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

#bd387d Text Font Color

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

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


#bd387d Background Color

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

This div background color is #bd387d


#bd387d Border Color

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

This div border color is #bd387d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd387d


Comments

No comments written yet.

Please login to write comment.