Color Hex Logo

#bdb7df Color Hex

#BDB7DF
(189,183,223)
0 Favorites   0 Comments

Color spaces of #bdb7df

RGB 189183223
HSL0.690.380.80
HSV249°18°87°
CMYK 0.150.180.00   0.13
XYZ51.239050.013576.7650
Yxy50.01350.28780.2809
Hunter Lab70.72025.5684-14.8536
CIE-Lab76.077510.0481-19.2501

#bdb7df color RGB value is (189,183,223).

#bdb7df hex color red value is 189, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdb7df hue: 0.69 , saturation: 0.38 and the lightness value of bdb7df is 0.80.

The process color (four color CMYK) of #bdb7df color hex is 0.15, 0.18, 0.00, 0.13. Web safe color of #bdb7df is #cccccc. Color #bdb7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11011111
Octal 275 267 337
Decimal 189 183 223
Hex BD B7 DF

RGB Percentages of Color #bdb7df

%31.76
%30.76
%37.48

CMYK Percentages of Color #bdb7df

%15
%18
%0
%13

Triadic Colors of #bdb7df

#bdb7df #dfbdb7 #b7dfbd

Analogous Colors of #bdb7df

#bdb7df #d1b7df #b7c5df

Monochromatic Colors of #bdb7df

#bdb7df

Complementary Color

#bdb7df #d9dfb7

#bdb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7df Color CSS Codes

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

#bdb7df Text Font Color

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

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


#bdb7df Background Color

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

This div background color is #bdb7df


#bdb7df Border Color

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

This div border color is #bdb7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7df


Comments

No comments written yet.

Please login to write comment.