Color Hex Logo

#bdabdd Color Hex

#BDABDD
(189,171,221)
0 Favorites   0 Comments

Color spaces of #bdabdd

RGB 189171221
HSL0.730.420.77
HSV262°23°87°
CMYK 0.140.230.00   0.13
XYZ48.600345.165174.5628
Yxy45.16510.28870.2683
Hunter Lab67.205011.4762-18.7378
CIE-Lab73.000516.2025-22.8367

#bdabdd color RGB value is (189,171,221).

#bdabdd hex color red value is 189, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdabdd hue: 0.73 , saturation: 0.42 and the lightness value of bdabdd is 0.77.

The process color (four color CMYK) of #bdabdd color hex is 0.14, 0.23, 0.00, 0.13. Web safe color of #bdabdd is #cc99cc. Color #bdabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11011101
Octal 275 253 335
Decimal 189 171 221
Hex BD AB DD

RGB Percentages of Color #bdabdd

%32.53
%29.43
%38.04

CMYK Percentages of Color #bdabdd

%14
%23
%0
%13

Triadic Colors of #bdabdd

#bdabdd #ddbdab #abddbd

Analogous Colors of #bdabdd

#bdabdd #d6abdd #abb2dd

Monochromatic Colors of #bdabdd

#bdabdd

Complementary Color

#bdabdd #cbddab

#bdabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabdd Color CSS Codes

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

#bdabdd Text Font Color

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

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


#bdabdd Background Color

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

This div background color is #bdabdd


#bdabdd Border Color

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

This div border color is #bdabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabdd


Comments

No comments written yet.

Please login to write comment.