Color Hex Logo

#bcabda Color Hex

#BCABDA
(188,171,218)
0 Favorites   0 Comments

Color spaces of #bcabda

RGB 188171218
HSL0.730.390.76
HSV262°22°85°
CMYK 0.140.220.00   0.15
XYZ47.956844.879172.4646
Yxy44.87910.29010.2715
Hunter Lab66.991910.5453-17.2392
CIE-Lab72.812215.2415-21.4920

#bcabda color RGB value is (188,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11011010
Octal 274 253 332
Decimal 188 171 218
Hex BC AB DA

RGB Percentages of Color #bcabda

%32.58
%29.64
%37.78

CMYK Percentages of Color #bcabda

%14
%22
%0
%15

Triadic Colors of #bcabda

#bcabda #dabcab #abdabc

Analogous Colors of #bcabda

#bcabda #d4abda #abb2da

Monochromatic Colors of #bcabda

#bcabda

Complementary Color

#bcabda #c9daab

#bcabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabda Color CSS Codes

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

#bcabda Text Font Color

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

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


#bcabda Background Color

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

This div background color is #bcabda


#bcabda Border Color

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

This div border color is #bcabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabda

#bcabda Color Palettes


Comments

No comments written yet.

Please login to write comment.