Color Hex Logo

#bca7db Color Hex

#BCA7DB
(188,167,219)
0 Favorites   0 Comments

Color spaces of #bca7db

RGB 188167219
HSL0.730.420.76
HSV264°24°86°
CMYK 0.140.240.00   0.14
XYZ47.343943.443372.9079
Yxy43.44330.28920.2654
Hunter Lab65.911512.8704-19.4454
CIE-Lab71.854817.6651-23.4980

#bca7db color RGB value is (188,167,219).

#bca7db hex color red value is 188, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bca7db hue: 0.73 , saturation: 0.42 and the lightness value of bca7db is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 11011011
Octal 274 247 333
Decimal 188 167 219
Hex BC A7 DB

RGB Percentages of Color #bca7db

%32.75
%29.09
%38.15

CMYK Percentages of Color #bca7db

%14
%24
%0
%14

Triadic Colors of #bca7db

#bca7db #dbbca7 #a7dbbc

Analogous Colors of #bca7db

#bca7db #d6a7db #a7acdb

Monochromatic Colors of #bca7db

#bca7db

Complementary Color

#bca7db #c6dba7

#bca7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca7db Color CSS Codes

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

#bca7db Text Font Color

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

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


#bca7db Background Color

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

This div background color is #bca7db


#bca7db Border Color

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

This div border color is #bca7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca7db


Comments

No comments written yet.

Please login to write comment.