Color Hex Logo

#bcacfb Color Hex

#BCACFB
(188,172,251)
0 Favorites   0 Comments

Color spaces of #bcacfb

RGB 188172251
HSL0.700.910.83
HSV252°31°98°
CMYK 0.250.310.00   0.02
XYZ52.904147.161497.5815
Yxy47.16140.26770.2386
Hunter Lab68.674217.3302-36.1753
CIE-Lab74.292922.1017-37.1487

#bcacfb color RGB value is (188,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11111011
Octal 274 254 373
Decimal 188 172 251
Hex BC AC FB

RGB Percentages of Color #bcacfb

%30.77
%28.15
%41.08

CMYK Percentages of Color #bcacfb

%25
%31
%0
%2

Triadic Colors of #bcacfb

#bcacfb #fbbcac #acfbbc

Analogous Colors of #bcacfb

#bcacfb #e4acfb #acc4fb

Monochromatic Colors of #bcacfb

#bcacfb

Complementary Color

#bcacfb #ebfbac

#bcacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacfb Color CSS Codes

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

#bcacfb Text Font Color

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

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


#bcacfb Background Color

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

This div background color is #bcacfb


#bcacfb Border Color

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

This div border color is #bcacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacfb


Comments

No comments written yet.

Please login to write comment.