Color Hex Logo

#bcafdb Color Hex

#BCAFDB
(188,175,219)
1 Favorites   0 Comments

Color spaces of #bcafdb

RGB 188175219
HSL0.720.380.77
HSV258°20°86°
CMYK 0.140.200.00   0.14
XYZ48.855246.465873.4117
Yxy46.46580.28950.2754
Hunter Lab68.16588.6427-16.1367
CIE-Lab73.846813.2524-20.4657

#bcafdb color RGB value is (188,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11011011
Octal 274 257 333
Decimal 188 175 219
Hex BC AF DB

RGB Percentages of Color #bcafdb

%32.30
%30.07
%37.63

CMYK Percentages of Color #bcafdb

%14
%20
%0
%14

Triadic Colors of #bcafdb

#bcafdb #dbbcaf #afdbbc

Analogous Colors of #bcafdb

#bcafdb #d2afdb #afb8db

Monochromatic Colors of #bcafdb

#bcafdb

Complementary Color

#bcafdb #cedbaf

#bcafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafdb Color CSS Codes

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

#bcafdb Text Font Color

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

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


#bcafdb Background Color

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

This div background color is #bcafdb


#bcafdb Border Color

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

This div border color is #bcafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafdb


Comments

No comments written yet.

Please login to write comment.