Color Hex Logo

#bcabfa Color Hex

#BCABFA
(188,171,250)
0 Favorites   0 Comments

Color spaces of #bcabfa

RGB 188171250
HSL0.700.890.83
HSV253°32°98°
CMYK 0.250.320.00   0.02
XYZ52.557346.719396.6901
Yxy46.71930.26820.2384
Hunter Lab68.351517.6382-36.0256
CIE-Lab74.009922.4210-37.0477

#bcabfa color RGB value is (188,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11111010
Octal 274 253 372
Decimal 188 171 250
Hex BC AB FA

RGB Percentages of Color #bcabfa

%30.87
%28.08
%41.05

CMYK Percentages of Color #bcabfa

%25
%32
%0
%2

Triadic Colors of #bcabfa

#bcabfa #fabcab #abfabc

Analogous Colors of #bcabfa

#bcabfa #e4abfa #abc2fa

Monochromatic Colors of #bcabfa

#bcabfa

Complementary Color

#bcabfa #e9faab

#bcabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabfa Color CSS Codes

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

#bcabfa Text Font Color

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

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


#bcabfa Background Color

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

This div background color is #bcabfa


#bcabfa Border Color

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

This div border color is #bcabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabfa


Comments

No comments written yet.

Please login to write comment.