Color Hex Logo

#bd327b Color Hex

#BD327B
(189,50,123)
0 Favorites   0 Comments

Color spaces of #bd327b

RGB 18950123
HSL0.910.580.47
HSV328°74°74°
CMYK 0.000.740.35   0.26
XYZ25.702014.530120.1888
Yxy14.53010.42540.2405
Hunter Lab38.118453.6497-4.7192
CIE-Lab44.983860.4691-8.9016

#bd327b color RGB value is (189,50,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 01111011
Octal 275 62 173
Decimal 189 50 123
Hex BD 32 7B

RGB Percentages of Color #bd327b

%52.21
%13.81
%33.98

CMYK Percentages of Color #bd327b

%0
%74
%35
%26

Triadic Colors of #bd327b

#bd327b #7bbd32 #327bbd

Analogous Colors of #bd327b

#bd327b #bd3235 #ba32bd

Monochromatic Colors of #bd327b

#bd327b

Complementary Color

#bd327b #32bd74

#bd327b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd327b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd327b Color CSS Codes

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

#bd327b Text Font Color

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

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


#bd327b Background Color

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

This div background color is #bd327b


#bd327b Border Color

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

This div border color is #bd327b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd327b


Comments

No comments written yet.

Please login to write comment.