Color Hex Logo

#bca0cd Color Hex

#BCA0CD
(188,160,205)
0 Favorites   0 Comments

Color spaces of #bca0cd

RGB 188160205
HSL0.770.310.72
HSV277°22°80°
CMYK 0.080.220.00   0.20
XYZ44.329340.240863.1884
Yxy40.24080.30000.2723
Hunter Lab63.435613.7248-14.6540
CIE-Lab69.640718.6112-19.1666

#bca0cd color RGB value is (188,160,205).

#bca0cd hex color red value is 188, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bca0cd hue: 0.77 , saturation: 0.31 and the lightness value of bca0cd is 0.72.

The process color (four color CMYK) of #bca0cd color hex is 0.08, 0.22, 0.00, 0.20. Web safe color of #bca0cd is #cc99cc. Color #bca0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 11001101
Octal 274 240 315
Decimal 188 160 205
Hex BC A0 CD

RGB Percentages of Color #bca0cd

%34.00
%28.93
%37.07

CMYK Percentages of Color #bca0cd

%8
%22
%0
%20

Triadic Colors of #bca0cd

#bca0cd #cdbca0 #a0cdbc

Analogous Colors of #bca0cd

#bca0cd #cda0c8 #a6a0cd

Monochromatic Colors of #bca0cd

#bca0cd

Complementary Color

#bca0cd #b1cda0

#bca0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca0cd Color CSS Codes

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

#bca0cd Text Font Color

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

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


#bca0cd Background Color

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

This div background color is #bca0cd


#bca0cd Border Color

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

This div border color is #bca0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca0cd


Comments

No comments written yet.

Please login to write comment.