Color Hex Logo

#bca9fb Color Hex

#BCA9FB
(188,169,251)
0 Favorites   0 Comments

Color spaces of #bca9fb

RGB 188169251
HSL0.710.910.82
HSV254°33°98°
CMYK 0.250.330.00   0.02
XYZ52.339646.032397.3933
Yxy46.03230.26740.2351
Hunter Lab67.847118.9686-37.6168
CIE-Lab73.566523.7646-38.2771

#bca9fb color RGB value is (188,169,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 11111011
Octal 274 251 373
Decimal 188 169 251
Hex BC A9 FB

RGB Percentages of Color #bca9fb

%30.92
%27.80
%41.28

CMYK Percentages of Color #bca9fb

%25
%33
%0
%2

Triadic Colors of #bca9fb

#bca9fb #fbbca9 #a9fbbc

Analogous Colors of #bca9fb

#bca9fb #e5a9fb #a9bffb

Monochromatic Colors of #bca9fb

#bca9fb

Complementary Color

#bca9fb #e8fba9

#bca9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9fb Color CSS Codes

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

#bca9fb Text Font Color

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

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


#bca9fb Background Color

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

This div background color is #bca9fb


#bca9fb Border Color

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

This div border color is #bca9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9fb


Comments

No comments written yet.

Please login to write comment.