Color Hex Logo

#bca9fc Color Hex

#BCA9FC
(188,169,252)
0 Favorites   0 Comments

Color spaces of #bca9fc

RGB 188169252
HSL0.700.930.83
HSV254°33°99°
CMYK 0.250.330.00   0.01
XYZ52.497746.095698.2259
Yxy46.09560.26670.2342
Hunter Lab67.893719.2081-38.2527
CIE-Lab73.607524.0000-38.7539

#bca9fc color RGB value is (188,169,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 11111100
Octal 274 251 374
Decimal 188 169 252
Hex BC A9 FC

RGB Percentages of Color #bca9fc

%30.87
%27.75
%41.38

CMYK Percentages of Color #bca9fc

%25
%33
%0
%1

Triadic Colors of #bca9fc

#bca9fc #fcbca9 #a9fcbc

Analogous Colors of #bca9fc

#bca9fc #e6a9fc #a9c0fc

Monochromatic Colors of #bca9fc

#bca9fc

Complementary Color

#bca9fc #e9fca9

#bca9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9fc Color CSS Codes

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

#bca9fc Text Font Color

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

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


#bca9fc Background Color

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

This div background color is #bca9fc


#bca9fc Border Color

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

This div border color is #bca9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9fc


Comments

No comments written yet.

Please login to write comment.