Color Hex Logo

#bd6aac Color Hex

#BD6AAC
(189,106,172)
0 Favorites   0 Comments

Color spaces of #bd6aac

RGB 189106172
HSL0.870.390.58
HSV312°44°74°
CMYK 0.000.440.09   0.26
XYZ33.586724.105441.9123
Yxy24.10540.33720.2420
Hunter Lab49.097336.1890-16.2454
CIE-Lab56.193242.3146-21.0159

#bd6aac color RGB value is (189,106,172).

#bd6aac hex color red value is 189, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd6aac hue: 0.87 , saturation: 0.39 and the lightness value of bd6aac is 0.58.

The process color (four color CMYK) of #bd6aac color hex is 0.00, 0.44, 0.09, 0.26. Web safe color of #bd6aac is #cc6699. Color #bd6aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 10101100
Octal 275 152 254
Decimal 189 106 172
Hex BD 6A AC

RGB Percentages of Color #bd6aac

%40.47
%22.70
%36.83

CMYK Percentages of Color #bd6aac

%0
%44
%9
%26

Triadic Colors of #bd6aac

#bd6aac #acbd6a #6aacbd

Analogous Colors of #bd6aac

#bd6aac #bd6a83 #a56abd

Monochromatic Colors of #bd6aac

#bd6aac

Complementary Color

#bd6aac #6abd7b

#bd6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6aac Color CSS Codes

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

#bd6aac Text Font Color

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

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


#bd6aac Background Color

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

This div background color is #bd6aac


#bd6aac Border Color

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

This div border color is #bd6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6aac


Comments

No comments written yet.

Please login to write comment.