Color Hex Logo

#bd889a Color Hex

#BD889A
(189,136,154)
0 Favorites   0 Comments

Color spaces of #bd889a

RGB 189136154
HSL0.940.290.64
HSV340°28°74°
CMYK 0.000.280.19   0.26
XYZ35.623230.760234.6316
Yxy30.76020.35270.3045
Hunter Lab55.461917.59241.8014
CIE-Lab62.304722.9767-1.5134

#bd889a color RGB value is (189,136,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 10011010
Octal 275 210 232
Decimal 189 136 154
Hex BD 88 9A

RGB Percentages of Color #bd889a

%39.46
%28.39
%32.15

CMYK Percentages of Color #bd889a

%0
%28
%19
%26

Triadic Colors of #bd889a

#bd889a #9abd88 #889abd

Analogous Colors of #bd889a

#bd889a #bd9188 #bd88b5

Monochromatic Colors of #bd889a

#bd889a

Complementary Color

#bd889a #88bdab

#bd889a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd889a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd889a Color CSS Codes

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

#bd889a Text Font Color

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

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


#bd889a Background Color

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

This div background color is #bd889a


#bd889a Border Color

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

This div border color is #bd889a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd889a


Comments

No comments written yet.

Please login to write comment.