Color Hex Logo

#bcabdf Color Hex

#BCABDF
(188,171,223)
0 Favorites   0 Comments

Color spaces of #bcabdf

RGB 188171223
HSL0.720.450.77
HSV260°23°87°
CMYK 0.160.230.00   0.13
XYZ48.621245.144975.9633
Yxy45.14490.28650.2660
Hunter Lab67.190011.5870-19.9988
CIE-Lab72.987216.3170-23.9565

#bcabdf color RGB value is (188,171,223).

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

The process color (four color CMYK) of #bcabdf color hex is 0.16, 0.23, 0.00, 0.13. Web safe color of #bcabdf is #cc99cc. Color #bcabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11011111
Octal 274 253 337
Decimal 188 171 223
Hex BC AB DF

RGB Percentages of Color #bcabdf

%32.30
%29.38
%38.32

CMYK Percentages of Color #bcabdf

%16
%23
%0
%13

Triadic Colors of #bcabdf

#bcabdf #dfbcab #abdfbc

Analogous Colors of #bcabdf

#bcabdf #d6abdf #abb4df

Monochromatic Colors of #bcabdf

#bcabdf

Complementary Color

#bcabdf #cedfab

#bcabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabdf Color CSS Codes

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

#bcabdf Text Font Color

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

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


#bcabdf Background Color

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

This div background color is #bcabdf


#bcabdf Border Color

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

This div border color is #bcabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabdf


Comments

No comments written yet.

Please login to write comment.