Color Hex Logo

#bcacfa Color Hex

#BCACFA
(188,172,250)
0 Favorites   0 Comments

Color spaces of #bcacfa

RGB 188172250
HSL0.700.890.83
HSV252°31°98°
CMYK 0.250.310.00   0.02
XYZ52.746947.098596.7533
Yxy47.09850.26830.2396
Hunter Lab68.628317.0933-35.5481
CIE-Lab74.252721.8670-36.6709

#bcacfa color RGB value is (188,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11111010
Octal 274 254 372
Decimal 188 172 250
Hex BC AC FA

RGB Percentages of Color #bcacfa

%30.82
%28.20
%40.98

CMYK Percentages of Color #bcacfa

%25
%31
%0
%2

Triadic Colors of #bcacfa

#bcacfa #fabcac #acfabc

Analogous Colors of #bcacfa

#bcacfa #e3acfa #acc3fa

Monochromatic Colors of #bcacfa

#bcacfa

Complementary Color

#bcacfa #eafaac

#bcacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacfa Color CSS Codes

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

#bcacfa Text Font Color

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

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


#bcacfa Background Color

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

This div background color is #bcacfa


#bcacfa Border Color

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

This div border color is #bcacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacfa

Related Colors


Comments

No comments written yet.

Please login to write comment.