Color Hex Logo

#bd7aac Color Hex

#BD7AAC
(189,122,172)
0 Favorites   0 Comments

Color spaces of #bd7aac

RGB 189122172
HSL0.880.340.61
HSV315°35°74°
CMYK 0.000.350.09   0.26
XYZ35.392227.716442.5142
Yxy27.71640.33510.2624
Hunter Lab52.646427.8678-11.0268
CIE-Lab59.631733.7175-15.7806

#bd7aac color RGB value is (189,122,172).

#bd7aac hex color red value is 189, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd7aac hue: 0.88 , saturation: 0.34 and the lightness value of bd7aac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 10101100
Octal 275 172 254
Decimal 189 122 172
Hex BD 7A AC

RGB Percentages of Color #bd7aac

%39.13
%25.26
%35.61

CMYK Percentages of Color #bd7aac

%0
%35
%9
%26

Triadic Colors of #bd7aac

#bd7aac #acbd7a #7aacbd

Analogous Colors of #bd7aac

#bd7aac #bd7a8b #ad7abd

Monochromatic Colors of #bd7aac

#bd7aac

Complementary Color

#bd7aac #7abd8b

#bd7aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aac Color CSS Codes

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

#bd7aac Text Font Color

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

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


#bd7aac Background Color

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

This div background color is #bd7aac


#bd7aac Border Color

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

This div border color is #bd7aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aac


Comments

No comments written yet.

Please login to write comment.