Color Hex Logo

#bd327d Color Hex

#BD327D
(189,50,125)
0 Favorites   0 Comments

Color spaces of #bd327d

RGB 18950125
HSL0.910.580.47
HSV328°74°74°
CMYK 0.000.740.34   0.26
XYZ25.828514.580720.8551
Yxy14.58070.42160.2380
Hunter Lab38.184753.9160-5.6528
CIE-Lab45.054560.6939-10.0208

#bd327d color RGB value is (189,50,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 01111101
Octal 275 62 175
Decimal 189 50 125
Hex BD 32 7D

RGB Percentages of Color #bd327d

%51.92
%13.74
%34.34

CMYK Percentages of Color #bd327d

%0
%74
%34
%26

Triadic Colors of #bd327d

#bd327d #7dbd32 #327dbd

Analogous Colors of #bd327d

#bd327d #bd3237 #b832bd

Monochromatic Colors of #bd327d

#bd327d

Complementary Color

#bd327d #32bd72

#bd327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd327d Color CSS Codes

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

#bd327d Text Font Color

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

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


#bd327d Background Color

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

This div background color is #bd327d


#bd327d Border Color

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

This div border color is #bd327d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,50,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 #bd327d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd327d


Comments

No comments written yet.

Please login to write comment.