Color Hex Logo

#bd217b Color Hex

#BD217B
(189,33,123)
0 Favorites   0 Comments

Color spaces of #bd217b

RGB 18933123
HSL0.900.700.44
HSV325°83°74°
CMYK 0.000.830.35   0.26
XYZ25.105313.336619.9899
Yxy13.33660.42970.2282
Hunter Lab36.519358.8015-6.8906
CIE-Lab43.266165.3510-11.4873

#bd217b color RGB value is (189,33,123).

#bd217b hex color red value is 189, green value is 33 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd217b hue: 0.90 , saturation: 0.70 and the lightness value of bd217b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 01111011
Octal 275 41 173
Decimal 189 33 123
Hex BD 21 7B

RGB Percentages of Color #bd217b

%54.78
%9.57
%35.65

CMYK Percentages of Color #bd217b

%0
%83
%35
%26

Triadic Colors of #bd217b

#bd217b #7bbd21 #217bbd

Analogous Colors of #bd217b

#bd217b #bd212d #b121bd

Monochromatic Colors of #bd217b

#bd217b

Complementary Color

#bd217b #21bd63

#bd217b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd217b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd217b Color CSS Codes

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

#bd217b Text Font Color

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

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


#bd217b Background Color

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

This div background color is #bd217b


#bd217b Border Color

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

This div border color is #bd217b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd217b


Comments

No comments written yet.

Please login to write comment.