Color Hex Logo

#bca0da Color Hex

#BCA0DA
(188,160,218)
0 Favorites   0 Comments

Color spaces of #bca0da

RGB 188160218
HSL0.750.440.74
HSV269°27°85°
CMYK 0.140.270.00   0.15
XYZ45.964740.894971.8006
Yxy40.89490.28970.2578
Hunter Lab63.949116.3895-21.8051
CIE-Lab70.102221.3327-25.6294

#bca0da color RGB value is (188,160,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 11011010
Octal 274 240 332
Decimal 188 160 218
Hex BC A0 DA

RGB Percentages of Color #bca0da

%33.22
%28.27
%38.52

CMYK Percentages of Color #bca0da

%14
%27
%0
%15

Triadic Colors of #bca0da

#bca0da #dabca0 #a0dabc

Analogous Colors of #bca0da

#bca0da #d9a0da #a0a1da

Monochromatic Colors of #bca0da

#bca0da

Complementary Color

#bca0da #bedaa0

#bca0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca0da Color CSS Codes

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

#bca0da Text Font Color

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

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


#bca0da Background Color

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

This div background color is #bca0da


#bca0da Border Color

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

This div border color is #bca0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca0da


Comments

No comments written yet.

Please login to write comment.