Color Hex Logo

#bdacfb Color Hex

#BDACFB
(189,172,251)
0 Favorites   0 Comments

Color spaces of #bdacfb

RGB 189172251
HSL0.700.910.83
HSV253°31°98°
CMYK 0.250.310.00   0.02
XYZ53.151447.288997.5931
Yxy47.28890.26840.2388
Hunter Lab68.766917.6243-36.0067
CIE-Lab74.374222.3912-37.0162

#bdacfb color RGB value is (189,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11111011
Octal 275 254 373
Decimal 189 172 251
Hex BD AC FB

RGB Percentages of Color #bdacfb

%30.88
%28.10
%41.01

CMYK Percentages of Color #bdacfb

%25
%31
%0
%2

Triadic Colors of #bdacfb

#bdacfb #fbbdac #acfbbd

Analogous Colors of #bdacfb

#bdacfb #e5acfb #acc3fb

Monochromatic Colors of #bdacfb

#bdacfb

Complementary Color

#bdacfb #eafbac

#bdacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacfb Color CSS Codes

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

#bdacfb Text Font Color

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

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


#bdacfb Background Color

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

This div background color is #bdacfb


#bdacfb Border Color

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

This div border color is #bdacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacfb

Related Colors


Comments

No comments written yet.

Please login to write comment.