Color Hex Logo

#bd6bab Color Hex

#BD6BAB
(189,107,171)
0 Favorites   0 Comments

Color spaces of #bd6bab

RGB 189107171
HSL0.870.380.58
HSV313°43°74°
CMYK 0.000.430.10   0.26
XYZ33.594624.274541.4429
Yxy24.27450.33830.2444
Hunter Lab49.269235.4907-15.3835
CIE-Lab56.361641.6164-20.1803

#bd6bab color RGB value is (189,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 10101011
Octal 275 153 253
Decimal 189 107 171
Hex BD 6B AB

RGB Percentages of Color #bd6bab

%40.47
%22.91
%36.62

CMYK Percentages of Color #bd6bab

%0
%43
%10
%26

Triadic Colors of #bd6bab

#bd6bab #abbd6b #6babbd

Analogous Colors of #bd6bab

#bd6bab #bd6b82 #a66bbd

Monochromatic Colors of #bd6bab

#bd6bab

Complementary Color

#bd6bab #6bbd7d

#bd6bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bab Color CSS Codes

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

#bd6bab Text Font Color

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

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


#bd6bab Background Color

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

This div background color is #bd6bab


#bd6bab Border Color

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

This div border color is #bd6bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bab


Comments

No comments written yet.

Please login to write comment.