Color Hex Logo

#bd859a Color Hex

#BD859A
(189,133,154)
0 Favorites   0 Comments

Color spaces of #bd859a

RGB 189133154
HSL0.940.300.63
HSV338°30°74°
CMYK 0.000.300.19   0.26
XYZ35.206529.927034.4927
Yxy29.92700.35340.3004
Hunter Lab54.705619.14130.9107
CIE-Lab61.591224.6410-2.5608

#bd859a color RGB value is (189,133,154).

#bd859a hex color red value is 189, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bd859a hue: 0.94 , saturation: 0.30 and the lightness value of bd859a is 0.63.

The process color (four color CMYK) of #bd859a color hex is 0.00, 0.30, 0.19, 0.26. Web safe color of #bd859a is #cc9999. Color #bd859a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10011010
Octal 275 205 232
Decimal 189 133 154
Hex BD 85 9A

RGB Percentages of Color #bd859a

%39.71
%27.94
%32.35

CMYK Percentages of Color #bd859a

%0
%30
%19
%26

Triadic Colors of #bd859a

#bd859a #9abd85 #859abd

Analogous Colors of #bd859a

#bd859a #bd8c85 #bd85b6

Monochromatic Colors of #bd859a

#bd859a

Complementary Color

#bd859a #85bda8

#bd859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd859a Color CSS Codes

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

#bd859a Text Font Color

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

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


#bd859a Background Color

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

This div background color is #bd859a


#bd859a Border Color

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

This div border color is #bd859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd859a


Comments

No comments written yet.

Please login to write comment.