Color Hex Logo

#bd7aaa Color Hex

#BD7AAA
(189,122,170)
0 Favorites   0 Comments

Color spaces of #bd7aaa

RGB 189122170
HSL0.880.340.61
HSV317°35°74°
CMYK 0.000.350.10   0.26
XYZ35.201527.640241.5100
Yxy27.64020.33730.2649
Hunter Lab52.573927.5123-10.0109
CIE-Lab59.562333.3693-14.7401

#bd7aaa color RGB value is (189,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 10101010
Octal 275 172 252
Decimal 189 122 170
Hex BD 7A AA

RGB Percentages of Color #bd7aaa

%39.29
%25.36
%35.34

CMYK Percentages of Color #bd7aaa

%0
%35
%10
%26

Triadic Colors of #bd7aaa

#bd7aaa #aabd7a #7aaabd

Analogous Colors of #bd7aaa

#bd7aaa #bd7a89 #af7abd

Monochromatic Colors of #bd7aaa

#bd7aaa

Complementary Color

#bd7aaa #7abd8d

#bd7aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aaa Color CSS Codes

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

#bd7aaa Text Font Color

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

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


#bd7aaa Background Color

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

This div background color is #bd7aaa


#bd7aaa Border Color

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

This div border color is #bd7aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aaa


Comments

No comments written yet.

Please login to write comment.