Color Hex Logo

#bca0c3 Color Hex

#BCA0C3
(188,160,195)
0 Favorites   0 Comments

Color spaces of #bca0c3

RGB 188160195
HSL0.800.230.70
HSV288°18°76°
CMYK 0.040.180.00   0.24
XYZ43.160239.773157.0319
Yxy39.77310.30840.2842
Hunter Lab63.065911.7941-9.4711
CIE-Lab69.307616.6077-14.1368

#bca0c3 color RGB value is (188,160,195).

#bca0c3 hex color red value is 188, green value is 160 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bca0c3 hue: 0.80 , saturation: 0.23 and the lightness value of bca0c3 is 0.70.

The process color (four color CMYK) of #bca0c3 color hex is 0.04, 0.18, 0.00, 0.24. Web safe color of #bca0c3 is #cc99cc. Color #bca0c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 11000011
Octal 274 240 303
Decimal 188 160 195
Hex BC A0 C3

RGB Percentages of Color #bca0c3

%34.62
%29.47
%35.91

CMYK Percentages of Color #bca0c3

%4
%18
%0
%24

Triadic Colors of #bca0c3

#bca0c3 #c3bca0 #a0c3bc

Analogous Colors of #bca0c3

#bca0c3 #c3a0b9 #aba0c3

Monochromatic Colors of #bca0c3

#bca0c3

Complementary Color

#bca0c3 #a7c3a0

#bca0c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca0c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca0c3 Color CSS Codes

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

#bca0c3 Text Font Color

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

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


#bca0c3 Background Color

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

This div background color is #bca0c3


#bca0c3 Border Color

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

This div border color is #bca0c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca0c3


Comments

No comments written yet.

Please login to write comment.