Color Hex Logo

#bca0cb Color Hex

#BCA0CB
(188,160,203)
0 Favorites   0 Comments

Color spaces of #bca0cb

RGB 188160203
HSL0.780.290.71
HSV279°21°80°
CMYK 0.070.210.00   0.20
XYZ44.089340.144861.9249
Yxy40.14480.30170.2747
Hunter Lab63.359913.3302-13.5952
CIE-Lab69.572518.2039-18.1647

#bca0cb color RGB value is (188,160,203).

#bca0cb hex color red value is 188, green value is 160 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bca0cb hue: 0.78 , saturation: 0.29 and the lightness value of bca0cb is 0.71.

The process color (four color CMYK) of #bca0cb color hex is 0.07, 0.21, 0.00, 0.20. Web safe color of #bca0cb is #cc99cc. Color #bca0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 11001011
Octal 274 240 313
Decimal 188 160 203
Hex BC A0 CB

RGB Percentages of Color #bca0cb

%34.12
%29.04
%36.84

CMYK Percentages of Color #bca0cb

%7
%21
%0
%20

Triadic Colors of #bca0cb

#bca0cb #cbbca0 #a0cbbc

Analogous Colors of #bca0cb

#bca0cb #cba0c5 #a7a0cb

Monochromatic Colors of #bca0cb

#bca0cb

Complementary Color

#bca0cb #afcba0

#bca0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca0cb Color CSS Codes

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

#bca0cb Text Font Color

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

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


#bca0cb Background Color

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

This div background color is #bca0cb


#bca0cb Border Color

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

This div border color is #bca0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca0cb


Comments

No comments written yet.

Please login to write comment.