Color Hex Logo

#bd7aab Color Hex

#BD7AAB
(189,122,171)
0 Favorites   0 Comments

Color spaces of #bd7aab

RGB 189122171
HSL0.880.340.61
HSV316°35°74°
CMYK 0.000.350.10   0.26
XYZ35.296527.678242.0102
Yxy27.67820.33620.2636
Hunter Lab52.610127.6894-10.5172
CIE-Lab59.596933.5428-15.2606

#bd7aab color RGB value is (189,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 10101011
Octal 275 172 253
Decimal 189 122 171
Hex BD 7A AB

RGB Percentages of Color #bd7aab

%39.21
%25.31
%35.48

CMYK Percentages of Color #bd7aab

%0
%35
%10
%26

Triadic Colors of #bd7aab

#bd7aab #abbd7a #7aabbd

Analogous Colors of #bd7aab

#bd7aab #bd7a8a #ae7abd

Monochromatic Colors of #bd7aab

#bd7aab

Complementary Color

#bd7aab #7abd8c

#bd7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aab Color CSS Codes

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

#bd7aab Text Font Color

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

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


#bd7aab Background Color

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

This div background color is #bd7aab


#bd7aab Border Color

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

This div border color is #bd7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aab


Comments

No comments written yet.

Please login to write comment.