Color Hex Logo

#bd69ab Color Hex

#BD69AB
(189,105,171)
0 Favorites   0 Comments

Color spaces of #bd69ab

RGB 189105171
HSL0.870.390.58
HSV313°44°74°
CMYK 0.000.440.10   0.26
XYZ33.388523.862241.3742
Yxy23.86220.33850.2419
Hunter Lab48.849036.5200-16.0233
CIE-Lab55.949642.6679-20.8106

#bd69ab color RGB value is (189,105,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 10101011
Octal 275 151 253
Decimal 189 105 171
Hex BD 69 AB

RGB Percentages of Color #bd69ab

%40.65
%22.58
%36.77

CMYK Percentages of Color #bd69ab

%0
%44
%10
%26

Triadic Colors of #bd69ab

#bd69ab #abbd69 #69abbd

Analogous Colors of #bd69ab

#bd69ab #bd6981 #a569bd

Monochromatic Colors of #bd69ab

#bd69ab

Complementary Color

#bd69ab #69bd7b

#bd69ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69ab Color CSS Codes

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

#bd69ab Text Font Color

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

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


#bd69ab Background Color

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

This div background color is #bd69ab


#bd69ab Border Color

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

This div border color is #bd69ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69ab


Comments

No comments written yet.

Please login to write comment.