Color Hex Logo

#bdacfc Color Hex

#BDACFC
(189,172,252)
0 Favorites   0 Comments

Color spaces of #bdacfc

RGB 189172252
HSL0.700.930.83
HSV253°32°99°
CMYK 0.250.320.00   0.01
XYZ53.309547.352198.4256
Yxy47.35210.26780.2378
Hunter Lab68.812917.8619-36.6357
CIE-Lab74.414422.6257-37.4935

#bdacfc color RGB value is (189,172,252).

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

The process color (four color CMYK) of #bdacfc color hex is 0.25, 0.32, 0.00, 0.01. Web safe color of #bdacfc is #cc99ff. Color #bdacfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11111100
Octal 275 254 374
Decimal 189 172 252
Hex BD AC FC

RGB Percentages of Color #bdacfc

%30.83
%28.06
%41.11

CMYK Percentages of Color #bdacfc

%25
%32
%0
%1

Triadic Colors of #bdacfc

#bdacfc #fcbdac #acfcbd

Analogous Colors of #bdacfc

#bdacfc #e5acfc #acc3fc

Monochromatic Colors of #bdacfc

#bdacfc

Complementary Color

#bdacfc #ebfcac

#bdacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacfc Color CSS Codes

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

#bdacfc Text Font Color

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

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


#bdacfc Background Color

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

This div background color is #bdacfc


#bdacfc Border Color

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

This div border color is #bdacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacfc


Comments

No comments written yet.

Please login to write comment.