Color Hex Logo

#bd8aca Color Hex

#BD8ACA
(189,138,202)
0 Favorites   0 Comments

Color spaces of #bd8aca

RGB 189138202
HSL0.800.380.67
HSV288°32°79°
CMYK 0.060.320.00   0.21
XYZ40.735433.260060.1500
Yxy33.26000.30370.2479
Hunter Lab57.671525.1557-21.4680
CIE-Lab64.370930.5505-25.5345

#bd8aca color RGB value is (189,138,202).

#bd8aca hex color red value is 189, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd8aca hue: 0.80 , saturation: 0.38 and the lightness value of bd8aca is 0.67.

The process color (four color CMYK) of #bd8aca color hex is 0.06, 0.32, 0.00, 0.21. Web safe color of #bd8aca is #cc99cc. Color #bd8aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 11001010
Octal 275 212 312
Decimal 189 138 202
Hex BD 8A CA

RGB Percentages of Color #bd8aca

%35.73
%26.09
%38.19

CMYK Percentages of Color #bd8aca

%6
%32
%0
%21

Triadic Colors of #bd8aca

#bd8aca #cabd8a #8acabd

Analogous Colors of #bd8aca

#bd8aca #ca8ab7 #9d8aca

Monochromatic Colors of #bd8aca

#bd8aca

Complementary Color

#bd8aca #97ca8a

#bd8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8aca Color CSS Codes

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

#bd8aca Text Font Color

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

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


#bd8aca Background Color

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

This div background color is #bd8aca


#bd8aca Border Color

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

This div border color is #bd8aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8aca


Comments

No comments written yet.

Please login to write comment.