Color Hex Logo

#bdaffb Color Hex

#BDAFFB
(189,175,251)
0 Favorites   0 Comments

Color spaces of #bdaffb

RGB 189175251
HSL0.700.900.84
HSV251°30°98°
CMYK 0.250.300.00   0.02
XYZ53.728848.443897.7856
Yxy48.44380.26870.2423
Hunter Lab69.601615.9900-34.5774
CIE-Lab75.104020.7318-35.8846

#bdaffb color RGB value is (189,175,251).

#bdaffb hex color red value is 189, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bdaffb hue: 0.70 , saturation: 0.90 and the lightness value of bdaffb is 0.84.

The process color (four color CMYK) of #bdaffb color hex is 0.25, 0.30, 0.00, 0.02. Web safe color of #bdaffb is #cc99ff. Color #bdaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11111011
Octal 275 257 373
Decimal 189 175 251
Hex BD AF FB

RGB Percentages of Color #bdaffb

%30.73
%28.46
%40.81

CMYK Percentages of Color #bdaffb

%25
%30
%0
%2

Triadic Colors of #bdaffb

#bdaffb #fbbdaf #affbbd

Analogous Colors of #bdaffb

#bdaffb #e3affb #afc7fb

Monochromatic Colors of #bdaffb

#bdaffb

Complementary Color

#bdaffb #edfbaf

#bdaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaffb Color CSS Codes

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

#bdaffb Text Font Color

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

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


#bdaffb Background Color

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

This div background color is #bdaffb


#bdaffb Border Color

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

This div border color is #bdaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaffb


Comments

No comments written yet.

Please login to write comment.