Color Hex Logo

#baa8dc Color Hex

#BAA8DC
(186,168,220)
0 Favorites   0 Comments

Color spaces of #baa8dc

RGB 186168220
HSL0.720.430.76
HSV261°24°86°
CMYK 0.150.240.00   0.14
XYZ47.170643.611773.6419
Yxy43.61170.28690.2652
Hunter Lab66.039211.9309-19.8883
CIE-Lab71.968216.6923-23.8878

#baa8dc color RGB value is (186,168,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 11011100
Octal 272 250 334
Decimal 186 168 220
Hex BA A8 DC

RGB Percentages of Color #baa8dc

%32.40
%29.27
%38.33

CMYK Percentages of Color #baa8dc

%15
%24
%0
%14

Triadic Colors of #baa8dc

#baa8dc #dcbaa8 #a8dcba

Analogous Colors of #baa8dc

#baa8dc #d4a8dc #a8b0dc

Monochromatic Colors of #baa8dc

#baa8dc

Complementary Color

#baa8dc #cadca8

#baa8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa8dc Color CSS Codes

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

#baa8dc Text Font Color

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

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


#baa8dc Background Color

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

This div background color is #baa8dc


#baa8dc Border Color

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

This div border color is #baa8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa8dc


Comments

No comments written yet.

Please login to write comment.