Color Hex Logo

#bd208b Color Hex

#BD208B
(189,32,139)
0 Favorites   0 Comments

Color spaces of #bd208b

RGB 18932139
HSL0.890.710.43
HSV319°83°74°
CMYK 0.000.830.26   0.26
XYZ26.163013.715925.6946
Yxy13.71590.39900.2092
Hunter Lab37.035061.2883-15.2105
CIE-Lab43.822767.3953-20.4495

#bd208b color RGB value is (189,32,139).

#bd208b hex color red value is 189, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bd208b hue: 0.89 , saturation: 0.71 and the lightness value of bd208b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 10001011
Octal 275 40 213
Decimal 189 32 139
Hex BD 20 8B

RGB Percentages of Color #bd208b

%52.50
%8.89
%38.61

CMYK Percentages of Color #bd208b

%0
%83
%26
%26

Triadic Colors of #bd208b

#bd208b #8bbd20 #208bbd

Analogous Colors of #bd208b

#bd208b #bd203d #a120bd

Monochromatic Colors of #bd208b

#bd208b

Complementary Color

#bd208b #20bd52

#bd208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd208b Color CSS Codes

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

#bd208b Text Font Color

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

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


#bd208b Background Color

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

This div background color is #bd208b


#bd208b Border Color

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

This div border color is #bd208b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd208b


Comments

No comments written yet.

Please login to write comment.