Color Hex Logo

#bd819b Color Hex

#BD819B
(189,129,155)
0 Favorites   0 Comments

Color spaces of #bd819b

RGB 189129155
HSL0.930.310.62
HSV334°32°74°
CMYK 0.000.320.18   0.26
XYZ34.752928.885934.7542
Yxy28.88590.35320.2936
Hunter Lab53.745621.3666-0.7175
CIE-Lab60.680827.0162-4.4741

#bd819b color RGB value is (189,129,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 10011011
Octal 275 201 233
Decimal 189 129 155
Hex BD 81 9B

RGB Percentages of Color #bd819b

%39.96
%27.27
%32.77

CMYK Percentages of Color #bd819b

%0
%32
%18
%26

Triadic Colors of #bd819b

#bd819b #9bbd81 #819bbd

Analogous Colors of #bd819b

#bd819b #bd8581 #bd81b9

Monochromatic Colors of #bd819b

#bd819b

Complementary Color

#bd819b #81bda3

#bd819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd819b Color CSS Codes

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

#bd819b Text Font Color

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

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


#bd819b Background Color

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

This div background color is #bd819b


#bd819b Border Color

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

This div border color is #bd819b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd819b


Comments

No comments written yet.

Please login to write comment.