Color Hex Logo

#bd89be Color Hex

#BD89BE
(189,137,190)
0 Favorites   0 Comments

Color spaces of #bd89be

RGB 189137190
HSL0.830.290.64
HSV299°28°75°
CMYK 0.010.280.00   0.25
XYZ39.226232.427852.9070
Yxy32.42780.31490.2603
Hunter Lab56.945423.3032-15.2235
CIE-Lab63.694928.7500-19.8295

#bd89be color RGB value is (189,137,190).

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

The process color (four color CMYK) of #bd89be color hex is 0.01, 0.28, 0.00, 0.25. Web safe color of #bd89be is #cc99cc. Color #bd89be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10111110
Octal 275 211 276
Decimal 189 137 190
Hex BD 89 BE

RGB Percentages of Color #bd89be

%36.63
%26.55
%36.82

CMYK Percentages of Color #bd89be

%1
%28
%0
%25

Triadic Colors of #bd89be

#bd89be #bebd89 #89bebd

Analogous Colors of #bd89be

#bd89be #be89a5 #a389be

Monochromatic Colors of #bd89be

#bd89be

Complementary Color

#bd89be #8abe89

#bd89be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd89be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd89be Color CSS Codes

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

#bd89be Text Font Color

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

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


#bd89be Background Color

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

This div background color is #bd89be


#bd89be Border Color

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

This div border color is #bd89be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd89be


Comments

No comments written yet.

Please login to write comment.