Color Hex Logo

#bdb4dd Color Hex

#BDB4DD
(189,180,221)
0 Favorites   0 Comments

Color spaces of #bdb4dd

RGB 189180221
HSL0.700.380.79
HSV253°19°87°
CMYK 0.140.190.00   0.13
XYZ50.358748.681875.1490
Yxy48.68180.28910.2795
Hunter Lab69.77236.7321-15.0182
CIE-Lab75.252911.2586-19.4139

#bdb4dd color RGB value is (189,180,221).

#bdb4dd hex color red value is 189, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdb4dd hue: 0.70 , saturation: 0.38 and the lightness value of bdb4dd is 0.79.

The process color (four color CMYK) of #bdb4dd color hex is 0.14, 0.19, 0.00, 0.13. Web safe color of #bdb4dd is #cccccc. Color #bdb4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 11011101
Octal 275 264 335
Decimal 189 180 221
Hex BD B4 DD

RGB Percentages of Color #bdb4dd

%32.03
%30.51
%37.46

CMYK Percentages of Color #bdb4dd

%14
%19
%0
%13

Triadic Colors of #bdb4dd

#bdb4dd #ddbdb4 #b4ddbd

Analogous Colors of #bdb4dd

#bdb4dd #d2b4dd #b4c0dd

Monochromatic Colors of #bdb4dd

#bdb4dd

Complementary Color

#bdb4dd #d4ddb4

#bdb4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb4dd Color CSS Codes

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

#bdb4dd Text Font Color

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

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


#bdb4dd Background Color

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

This div background color is #bdb4dd


#bdb4dd Border Color

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

This div border color is #bdb4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb4dd


Comments

No comments written yet.

Please login to write comment.