Color Hex Logo

#baa1dc Color Hex

#BAA1DC
(186,161,220)
0 Favorites   0 Comments

Color spaces of #baa1dc

RGB 186161220
HSL0.740.460.75
HSV265°27°86°
CMYK 0.150.270.00   0.14
XYZ45.912841.096173.2226
Yxy41.09610.28650.2565
Hunter Lab64.106215.6555-22.8471
CIE-Lab70.243220.5773-26.5281

#baa1dc color RGB value is (186,161,220).

#baa1dc hex color red value is 186, green value is 161 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #baa1dc hue: 0.74 , saturation: 0.46 and the lightness value of baa1dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 11011100
Octal 272 241 334
Decimal 186 161 220
Hex BA A1 DC

RGB Percentages of Color #baa1dc

%32.80
%28.40
%38.80

CMYK Percentages of Color #baa1dc

%15
%27
%0
%14

Triadic Colors of #baa1dc

#baa1dc #dcbaa1 #a1dcba

Analogous Colors of #baa1dc

#baa1dc #d8a1dc #a1a6dc

Monochromatic Colors of #baa1dc

#baa1dc

Complementary Color

#baa1dc #c3dca1

#baa1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa1dc Color CSS Codes

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

#baa1dc Text Font Color

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

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


#baa1dc Background Color

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

This div background color is #baa1dc


#baa1dc Border Color

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

This div border color is #baa1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa1dc


Comments

No comments written yet.

Please login to write comment.