Color Hex Logo

#baabdd Color Hex

#BAABDD
(186,171,221)
0 Favorites   0 Comments

Color spaces of #baabdd

RGB 186171221
HSL0.720.420.77
HSV258°23°87°
CMYK 0.160.230.00   0.13
XYZ47.863844.785474.5284
Yxy44.78540.28630.2679
Hunter Lab66.921910.5532-19.1837
CIE-Lab72.750415.2506-23.2408

#baabdd color RGB value is (186,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11011101
Octal 272 253 335
Decimal 186 171 221
Hex BA AB DD

RGB Percentages of Color #baabdd

%32.18
%29.58
%38.24

CMYK Percentages of Color #baabdd

%16
%23
%0
%13

Triadic Colors of #baabdd

#baabdd #ddbaab #abddba

Analogous Colors of #baabdd

#baabdd #d3abdd #abb5dd

Monochromatic Colors of #baabdd

#baabdd

Complementary Color

#baabdd #ceddab

#baabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabdd Color CSS Codes

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

#baabdd Text Font Color

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

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


#baabdd Background Color

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

This div background color is #baabdd


#baabdd Border Color

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

This div border color is #baabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabdd


Comments

No comments written yet.

Please login to write comment.