Color Hex Logo

#bdb1df Color Hex

#BDB1DF
(189,177,223)
0 Favorites   0 Comments

Color spaces of #bdb1df

RGB 189177223
HSL0.710.420.78
HSV256°21°87°
CMYK 0.150.210.00   0.13
XYZ50.027747.590876.3612
Yxy47.59080.28750.2735
Hunter Lab68.98618.7199-17.3383
CIE-Lab74.566113.3307-21.5434

#bdb1df color RGB value is (189,177,223).

#bdb1df hex color red value is 189, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdb1df hue: 0.71 , saturation: 0.42 and the lightness value of bdb1df is 0.78.

The process color (four color CMYK) of #bdb1df color hex is 0.15, 0.21, 0.00, 0.13. Web safe color of #bdb1df is #cc99cc. Color #bdb1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 11011111
Octal 275 261 337
Decimal 189 177 223
Hex BD B1 DF

RGB Percentages of Color #bdb1df

%32.09
%30.05
%37.86

CMYK Percentages of Color #bdb1df

%15
%21
%0
%13

Triadic Colors of #bdb1df

#bdb1df #dfbdb1 #b1dfbd

Analogous Colors of #bdb1df

#bdb1df #d4b1df #b1bcdf

Monochromatic Colors of #bdb1df

#bdb1df

Complementary Color

#bdb1df #d3dfb1

#bdb1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1df Color CSS Codes

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

#bdb1df Text Font Color

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

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


#bdb1df Background Color

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

This div background color is #bdb1df


#bdb1df Border Color

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

This div border color is #bdb1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1df


Comments

No comments written yet.

Please login to write comment.