Color Hex Logo

#bca8fb Color Hex

#BCA8FB
(188,168,251)
0 Favorites   0 Comments

Color spaces of #bca8fb

RGB 188168251
HSL0.710.910.82
HSV254°33°98°
CMYK 0.250.330.00   0.02
XYZ52.154345.661797.3315
Yxy45.66170.26730.2340
Hunter Lab67.573419.5157-38.0988
CIE-Lab73.325524.3193-38.6518

#bca8fb color RGB value is (188,168,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 11111011
Octal 274 250 373
Decimal 188 168 251
Hex BC A8 FB

RGB Percentages of Color #bca8fb

%30.97
%27.68
%41.35

CMYK Percentages of Color #bca8fb

%25
%33
%0
%2

Triadic Colors of #bca8fb

#bca8fb #fbbca8 #a8fbbc

Analogous Colors of #bca8fb

#bca8fb #e6a8fb #a8befb

Monochromatic Colors of #bca8fb

#bca8fb

Complementary Color

#bca8fb #e7fba8

#bca8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca8fb Color CSS Codes

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

#bca8fb Text Font Color

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

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


#bca8fb Background Color

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

This div background color is #bca8fb


#bca8fb Border Color

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

This div border color is #bca8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca8fb


Comments

No comments written yet.

Please login to write comment.