Color Hex Logo

#bd90ba Color Hex

#BD90BA
(189,144,186)
0 Favorites   0 Comments

Color spaces of #bd90ba

RGB 189144186
HSL0.840.250.65
HSV304°24°74°
CMYK 0.000.240.02   0.26
XYZ39.822534.310550.9781
Yxy34.31050.31830.2742
Hunter Lab58.575218.8472-10.5976
CIE-Lab65.208324.1036-15.2856

#bd90ba color RGB value is (189,144,186).

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

The process color (four color CMYK) of #bd90ba color hex is 0.00, 0.24, 0.02, 0.26. Web safe color of #bd90ba is #cc99cc. Color #bd90ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10111010
Octal 275 220 272
Decimal 189 144 186
Hex BD 90 BA

RGB Percentages of Color #bd90ba

%36.42
%27.75
%35.84

CMYK Percentages of Color #bd90ba

%0
%24
%2
%26

Triadic Colors of #bd90ba

#bd90ba #babd90 #90babd

Analogous Colors of #bd90ba

#bd90ba #bd90a4 #aa90bd

Monochromatic Colors of #bd90ba

#bd90ba

Complementary Color

#bd90ba #90bd93

#bd90ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd90ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd90ba Color CSS Codes

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

#bd90ba Text Font Color

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

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


#bd90ba Background Color

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

This div background color is #bd90ba


#bd90ba Border Color

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

This div border color is #bd90ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd90ba


Comments

No comments written yet.

Please login to write comment.