Color Hex Logo

#baa7cf Color Hex

#BAA7CF
(186,167,207)
0 Favorites   0 Comments

Color spaces of #baa7cf

RGB 186167207
HSL0.750.290.73
HSV269°19°81°
CMYK 0.100.190.00   0.19
XYZ45.330942.581564.8613
Yxy42.58150.29670.2787
Hunter Lab65.25459.8047-13.2546
CIE-Lab71.270014.4869-17.8168

#baa7cf color RGB value is (186,167,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 11001111
Octal 272 247 317
Decimal 186 167 207
Hex BA A7 CF

RGB Percentages of Color #baa7cf

%33.21
%29.82
%36.96

CMYK Percentages of Color #baa7cf

%10
%19
%0
%19

Triadic Colors of #baa7cf

#baa7cf #cfbaa7 #a7cfba

Analogous Colors of #baa7cf

#baa7cf #cea7cf #a7a8cf

Monochromatic Colors of #baa7cf

#baa7cf

Complementary Color

#baa7cf #bccfa7

#baa7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa7cf Color CSS Codes

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

#baa7cf Text Font Color

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

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


#baa7cf Background Color

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

This div background color is #baa7cf


#baa7cf Border Color

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

This div border color is #baa7cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,167,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 #baa7cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa7cf


Comments

No comments written yet.

Please login to write comment.