Color Hex Logo

#baabdb Color Hex

#BAABDB
(186,171,219)
0 Favorites   0 Comments

Color spaces of #baabdb

RGB 186171219
HSL0.720.400.76
HSV259°22°86°
CMYK 0.150.220.00   0.14
XYZ47.598844.679473.1331
Yxy44.67940.28780.2701
Hunter Lab66.842710.1356-18.0798
CIE-Lab72.680314.8171-22.2548

#baabdb color RGB value is (186,171,219).

#baabdb hex color red value is 186, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #baabdb hue: 0.72 , saturation: 0.40 and the lightness value of baabdb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11011011
Octal 272 253 333
Decimal 186 171 219
Hex BA AB DB

RGB Percentages of Color #baabdb

%32.29
%29.69
%38.02

CMYK Percentages of Color #baabdb

%15
%22
%0
%14

Triadic Colors of #baabdb

#baabdb #dbbaab #abdbba

Analogous Colors of #baabdb

#baabdb #d2abdb #abb4db

Monochromatic Colors of #baabdb

#baabdb

Complementary Color

#baabdb #ccdbab

#baabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabdb Color CSS Codes

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

#baabdb Text Font Color

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

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


#baabdb Background Color

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

This div background color is #baabdb


#baabdb Border Color

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

This div border color is #baabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabdb


Comments

No comments written yet.

Please login to write comment.