Color Hex Logo

#baa5c1 Color Hex

#BAA5C1
(186,165,193)
0 Favorites   0 Comments

Color spaces of #baa5c1

RGB 186165193
HSL0.790.180.70
HSV285°15°76°
CMYK 0.040.150.00   0.24
XYZ43.330541.199656.1206
Yxy41.19960.30810.2929
Hunter Lab64.18698.1724-6.9082
CIE-Lab70.315512.7680-11.5357

#baa5c1 color RGB value is (186,165,193).

#baa5c1 hex color red value is 186, green value is 165 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #baa5c1 hue: 0.79 , saturation: 0.18 and the lightness value of baa5c1 is 0.70.

The process color (four color CMYK) of #baa5c1 color hex is 0.04, 0.15, 0.00, 0.24. Web safe color of #baa5c1 is #cc99cc. Color #baa5c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 11000001
Octal 272 245 301
Decimal 186 165 193
Hex BA A5 C1

RGB Percentages of Color #baa5c1

%34.19
%30.33
%35.48

CMYK Percentages of Color #baa5c1

%4
%15
%0
%24

Triadic Colors of #baa5c1

#baa5c1 #c1baa5 #a5c1ba

Analogous Colors of #baa5c1

#baa5c1 #c1a5ba #aca5c1

Monochromatic Colors of #baa5c1

#baa5c1

Complementary Color

#baa5c1 #acc1a5

#baa5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa5c1 Color CSS Codes

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

#baa5c1 Text Font Color

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

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


#baa5c1 Background Color

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

This div background color is #baa5c1


#baa5c1 Border Color

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

This div border color is #baa5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa5c1


Comments

No comments written yet.

Please login to write comment.