Color Hex Logo

#bd90ab Color Hex

#BD90AB
(189,144,171)
0 Favorites   0 Comments

Color spaces of #bd90ab

RGB 189144171
HSL0.900.250.65
HSV324°24°74°
CMYK 0.000.240.10   0.26
XYZ38.310233.705643.0147
Yxy33.70560.33300.2930
Hunter Lab58.056516.1892-3.2890
CIE-Lab64.728221.3755-7.5648

#bd90ab color RGB value is (189,144,171).

#bd90ab hex color red value is 189, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd90ab hue: 0.90 , saturation: 0.25 and the lightness value of bd90ab is 0.65.

The process color (four color CMYK) of #bd90ab color hex is 0.00, 0.24, 0.10, 0.26. Web safe color of #bd90ab is #cc9999. Color #bd90ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10101011
Octal 275 220 253
Decimal 189 144 171
Hex BD 90 AB

RGB Percentages of Color #bd90ab

%37.50
%28.57
%33.93

CMYK Percentages of Color #bd90ab

%0
%24
%10
%26

Triadic Colors of #bd90ab

#bd90ab #abbd90 #90abbd

Analogous Colors of #bd90ab

#bd90ab #bd9095 #b990bd

Monochromatic Colors of #bd90ab

#bd90ab

Complementary Color

#bd90ab #90bda2

#bd90ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd90ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd90ab Color CSS Codes

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

#bd90ab Text Font Color

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

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


#bd90ab Background Color

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

This div background color is #bd90ab


#bd90ab Border Color

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

This div border color is #bd90ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd90ab


Comments

No comments written yet.

Please login to write comment.