Color Hex Logo

#bd819f Color Hex

#BD819F
(189,129,159)
0 Favorites   0 Comments

Color spaces of #bd819f

RGB 189129159
HSL0.920.310.62
HSV330°32°74°
CMYK 0.000.320.16   0.26
XYZ35.094529.022536.5531
Yxy29.02250.34860.2883
Hunter Lab53.872522.0044-2.5181
CIE-Lab60.801527.6637-6.5847

#bd819f color RGB value is (189,129,159).

#bd819f hex color red value is 189, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bd819f hue: 0.92 , saturation: 0.31 and the lightness value of bd819f is 0.62.

The process color (four color CMYK) of #bd819f color hex is 0.00, 0.32, 0.16, 0.26. Web safe color of #bd819f is #cc9999. Color #bd819f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 10011111
Octal 275 201 237
Decimal 189 129 159
Hex BD 81 9F

RGB Percentages of Color #bd819f

%39.62
%27.04
%33.33

CMYK Percentages of Color #bd819f

%0
%32
%16
%26

Triadic Colors of #bd819f

#bd819f #9fbd81 #819fbd

Analogous Colors of #bd819f

#bd819f #bd8181 #bd81bd

Monochromatic Colors of #bd819f

#bd819f

Complementary Color

#bd819f #81bd9f

#bd819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd819f Color CSS Codes

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

#bd819f Text Font Color

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

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


#bd819f Background Color

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

This div background color is #bd819f


#bd819f Border Color

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

This div border color is #bd819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd819f

#bd819f Color Palettes


Comments

No comments written yet.

Please login to write comment.