Color Hex Logo

#baa6cf Color Hex

#BAA6CF
(186,166,207)
0 Favorites   0 Comments

Color spaces of #baa6cf

RGB 186166207
HSL0.750.300.73
HSV269°20°81°
CMYK 0.100.200.00   0.19
XYZ45.148442.216564.8005
Yxy42.21650.29670.2774
Hunter Lab64.974210.3287-13.6495
CIE-Lab71.019915.0399-18.1954

#baa6cf color RGB value is (186,166,207).

#baa6cf hex color red value is 186, green value is 166 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #baa6cf hue: 0.75 , saturation: 0.30 and the lightness value of baa6cf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 11001111
Octal 272 246 317
Decimal 186 166 207
Hex BA A6 CF

RGB Percentages of Color #baa6cf

%33.27
%29.70
%37.03

CMYK Percentages of Color #baa6cf

%10
%20
%0
%19

Triadic Colors of #baa6cf

#baa6cf #cfbaa6 #a6cfba

Analogous Colors of #baa6cf

#baa6cf #cfa6cf #a6a7cf

Monochromatic Colors of #baa6cf

#baa6cf

Complementary Color

#baa6cf #bbcfa6

#baa6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa6cf Color CSS Codes

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

#baa6cf Text Font Color

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

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


#baa6cf Background Color

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

This div background color is #baa6cf


#baa6cf Border Color

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

This div border color is #baa6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa6cf


Comments

No comments written yet.

Please login to write comment.