Color Hex Logo

#bca6da Color Hex

#BCA6DA
(188,166,218)
0 Favorites   0 Comments

Color spaces of #bca6da

RGB 188166218
HSL0.740.410.75
HSV265°24°85°
CMYK 0.140.240.00   0.15
XYZ47.030143.025872.1557
Yxy43.02580.28990.2652
Hunter Lab65.594113.1926-19.3052
CIE-Lab71.572518.0045-23.3810

#bca6da color RGB value is (188,166,218).

#bca6da hex color red value is 188, green value is 166 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bca6da hue: 0.74 , saturation: 0.41 and the lightness value of bca6da is 0.75.

The process color (four color CMYK) of #bca6da color hex is 0.14, 0.24, 0.00, 0.15. Web safe color of #bca6da is #cc99cc. Color #bca6da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 11011010
Octal 274 246 332
Decimal 188 166 218
Hex BC A6 DA

RGB Percentages of Color #bca6da

%32.87
%29.02
%38.11

CMYK Percentages of Color #bca6da

%14
%24
%0
%15

Triadic Colors of #bca6da

#bca6da #dabca6 #a6dabc

Analogous Colors of #bca6da

#bca6da #d6a6da #a6aada

Monochromatic Colors of #bca6da

#bca6da

Complementary Color

#bca6da #c4daa6

#bca6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca6da Color CSS Codes

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

#bca6da Text Font Color

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

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


#bca6da Background Color

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

This div background color is #bca6da


#bca6da Border Color

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

This div border color is #bca6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca6da


Comments

No comments written yet.

Please login to write comment.