Color Hex Logo

#bd6aab Color Hex

#BD6AAB
(189,106,171)
0 Favorites   0 Comments

Color spaces of #bd6aab

RGB 189106171
HSL0.870.390.58
HSV313°44°74°
CMYK 0.000.440.10   0.26
XYZ33.491024.067241.4083
Yxy24.06720.33840.2432
Hunter Lab49.058336.0058-15.7036
CIE-Lab56.155042.1430-20.4962

#bd6aab color RGB value is (189,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 10101011
Octal 275 152 253
Decimal 189 106 171
Hex BD 6A AB

RGB Percentages of Color #bd6aab

%40.56
%22.75
%36.70

CMYK Percentages of Color #bd6aab

%0
%44
%10
%26

Triadic Colors of #bd6aab

#bd6aab #abbd6a #6aabbd

Analogous Colors of #bd6aab

#bd6aab #bd6a82 #a66abd

Monochromatic Colors of #bd6aab

#bd6aab

Complementary Color

#bd6aab #6abd7c

#bd6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6aab Color CSS Codes

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

#bd6aab Text Font Color

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

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


#bd6aab Background Color

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

This div background color is #bd6aab


#bd6aab Border Color

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

This div border color is #bd6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6aab


Comments

No comments written yet.

Please login to write comment.