Color Hex Logo

#baa5cb Color Hex

#BAA5CB
(186,165,203)
0 Favorites   0 Comments

Color spaces of #baa5cb

RGB 186165203
HSL0.760.270.72
HSV273°19°80°
CMYK 0.080.190.00   0.20
XYZ44.484341.661262.1967
Yxy41.66120.29990.2808
Hunter Lab64.545510.0664-11.9506
CIE-Lab70.636714.7694-16.5720

#baa5cb color RGB value is (186,165,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 11001011
Octal 272 245 313
Decimal 186 165 203
Hex BA A5 CB

RGB Percentages of Color #baa5cb

%33.57
%29.78
%36.64

CMYK Percentages of Color #baa5cb

%8
%19
%0
%20

Triadic Colors of #baa5cb

#baa5cb #cbbaa5 #a5cbba

Analogous Colors of #baa5cb

#baa5cb #cba5c9 #a7a5cb

Monochromatic Colors of #baa5cb

#baa5cb

Complementary Color

#baa5cb #b6cba5

#baa5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa5cb Color CSS Codes

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

#baa5cb Text Font Color

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

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


#baa5cb Background Color

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

This div background color is #baa5cb


#baa5cb Border Color

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

This div border color is #baa5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa5cb


Comments

No comments written yet.

Please login to write comment.