Color Hex Logo

#bd829b Color Hex

#BD829B
(189,130,155)
0 Favorites   0 Comments

Color spaces of #bd829b

RGB 189130155
HSL0.930.310.63
HSV335°31°74°
CMYK 0.000.310.18   0.26
XYZ34.885329.150634.7983
Yxy29.15060.35300.2949
Hunter Lab53.991320.8491-0.4195
CIE-Lab60.914326.4632-4.1292

#bd829b color RGB value is (189,130,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10011011
Octal 275 202 233
Decimal 189 130 155
Hex BD 82 9B

RGB Percentages of Color #bd829b

%39.87
%27.43
%32.70

CMYK Percentages of Color #bd829b

%0
%31
%18
%26

Triadic Colors of #bd829b

#bd829b #9bbd82 #829bbd

Analogous Colors of #bd829b

#bd829b #bd8782 #bd82b9

Monochromatic Colors of #bd829b

#bd829b

Complementary Color

#bd829b #82bda4

#bd829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd829b Color CSS Codes

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

#bd829b Text Font Color

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

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


#bd829b Background Color

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

This div background color is #bd829b


#bd829b Border Color

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

This div border color is #bd829b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd829b


Comments

No comments written yet.

Please login to write comment.