Color Hex Logo

#baa1ca Color Hex

#BAA1CA
(186,161,202)
0 Favorites   0 Comments

Color spaces of #baa1ca

RGB 186161202
HSL0.770.280.71
HSV277°20°79°
CMYK 0.080.200.00   0.21
XYZ43.655240.193161.3343
Yxy40.19310.30070.2768
Hunter Lab63.398011.9666-12.9814
CIE-Lab69.606816.7816-17.5770

#baa1ca color RGB value is (186,161,202).

#baa1ca hex color red value is 186, green value is 161 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #baa1ca hue: 0.77 , saturation: 0.28 and the lightness value of baa1ca is 0.71.

The process color (four color CMYK) of #baa1ca color hex is 0.08, 0.20, 0.00, 0.21. Web safe color of #baa1ca is #cc99cc. Color #baa1ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 11001010
Octal 272 241 312
Decimal 186 161 202
Hex BA A1 CA

RGB Percentages of Color #baa1ca

%33.88
%29.33
%36.79

CMYK Percentages of Color #baa1ca

%8
%20
%0
%21

Triadic Colors of #baa1ca

#baa1ca #cabaa1 #a1caba

Analogous Colors of #baa1ca

#baa1ca #caa1c6 #a6a1ca

Monochromatic Colors of #baa1ca

#baa1ca

Complementary Color

#baa1ca #b1caa1

#baa1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa1ca Color CSS Codes

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

#baa1ca Text Font Color

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

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


#baa1ca Background Color

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

This div background color is #baa1ca


#baa1ca Border Color

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

This div border color is #baa1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa1ca


Comments

No comments written yet.

Please login to write comment.