Color Hex Logo

#bdacff Color Hex

#BDACFF
(189,172,255)
0 Favorites   0 Comments

Color spaces of #bdacff

RGB 189172255
HSL0.701.000.84
HSV252°33°100°
CMYK 0.260.330.00   0.00
XYZ53.788847.5439100.9496
Yxy47.54390.26590.2350
Hunter Lab68.952118.5798-38.5373
CIE-Lab74.536323.3324-38.9224

#bdacff color RGB value is (189,172,255).

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

The process color (four color CMYK) of #bdacff color hex is 0.26, 0.33, 0.00, 0.00. Web safe color of #bdacff is #cc99ff. Color #bdacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11111111
Octal 275 254 377
Decimal 189 172 255
Hex BD AC FF

RGB Percentages of Color #bdacff

%30.68
%27.92
%41.40

CMYK Percentages of Color #bdacff

%26
%33
%0
%0

Triadic Colors of #bdacff

#bdacff #ffbdac #acffbd

Analogous Colors of #bdacff

#bdacff #e7acff #acc5ff

Monochromatic Colors of #bdacff

#bdacff

Complementary Color

#bdacff #eeffac

#bdacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacff Color CSS Codes

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

#bdacff Text Font Color

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

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


#bdacff Background Color

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

This div background color is #bdacff


#bdacff Border Color

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

This div border color is #bdacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacff

Related Colors


Comments

No comments written yet.

Please login to write comment.