Color Hex Logo

#bd7aae Color Hex

#BD7AAE
(189,122,174)
0 Favorites   0 Comments

Color spaces of #bd7aae

RGB 189122174
HSL0.870.340.61
HSV313°35°74°
CMYK 0.000.350.08   0.26
XYZ35.585827.793943.5336
Yxy27.79390.33280.2600
Hunter Lab52.719928.2271-12.0549
CIE-Lab59.702134.0686-16.8183

#bd7aae color RGB value is (189,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 10101110
Octal 275 172 256
Decimal 189 122 174
Hex BD 7A AE

RGB Percentages of Color #bd7aae

%38.97
%25.15
%35.88

CMYK Percentages of Color #bd7aae

%0
%35
%8
%26

Triadic Colors of #bd7aae

#bd7aae #aebd7a #7aaebd

Analogous Colors of #bd7aae

#bd7aae #bd7a8d #ab7abd

Monochromatic Colors of #bd7aae

#bd7aae

Complementary Color

#bd7aae #7abd89

#bd7aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aae Color CSS Codes

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

#bd7aae Text Font Color

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

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


#bd7aae Background Color

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

This div background color is #bd7aae


#bd7aae Border Color

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

This div border color is #bd7aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aae


Comments

No comments written yet.

Please login to write comment.