Color Hex Logo

#bda0be Color Hex

#BDA0BE
(189,160,190)
0 Favorites   0 Comments

Color spaces of #bda0be

RGB 189160190
HSL0.830.190.69
HSV298°16°75°
CMYK 0.010.160.00   0.25
XYZ42.851339.678154.1153
Yxy39.67810.31360.2904
Hunter Lab62.990611.1968-6.8428
CIE-Lab69.239615.9817-11.4575

#bda0be color RGB value is (189,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10111110
Octal 275 240 276
Decimal 189 160 190
Hex BD A0 BE

RGB Percentages of Color #bda0be

%35.06
%29.68
%35.25

CMYK Percentages of Color #bda0be

%1
%16
%0
%25

Triadic Colors of #bda0be

#bda0be #bebda0 #a0bebd

Analogous Colors of #bda0be

#bda0be #bea0b0 #aea0be

Monochromatic Colors of #bda0be

#bda0be

Complementary Color

#bda0be #a1bea0

#bda0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda0be Color CSS Codes

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

#bda0be Text Font Color

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

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


#bda0be Background Color

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

This div background color is #bda0be


#bda0be Border Color

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

This div border color is #bda0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda0be


Comments

No comments written yet.

Please login to write comment.