Color Hex Logo

#baa5dc Color Hex

#BAA5DC
(186,165,220)
0 Favorites   0 Comments

Color spaces of #baa5dc

RGB 186165220
HSL0.730.440.75
HSV263°25°86°
CMYK 0.150.250.00   0.14
XYZ46.623142.516773.4594
Yxy42.51670.28670.2615
Hunter Lab65.204813.5236-21.1524
CIE-Lab71.225718.3551-25.0228

#baa5dc color RGB value is (186,165,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 11011100
Octal 272 245 334
Decimal 186 165 220
Hex BA A5 DC

RGB Percentages of Color #baa5dc

%32.57
%28.90
%38.53

CMYK Percentages of Color #baa5dc

%15
%25
%0
%14

Triadic Colors of #baa5dc

#baa5dc #dcbaa5 #a5dcba

Analogous Colors of #baa5dc

#baa5dc #d6a5dc #a5acdc

Monochromatic Colors of #baa5dc

#baa5dc

Complementary Color

#baa5dc #c7dca5

#baa5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa5dc Color CSS Codes

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

#baa5dc Text Font Color

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

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


#baa5dc Background Color

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

This div background color is #baa5dc


#baa5dc Border Color

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

This div border color is #baa5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa5dc


Comments

No comments written yet.

Please login to write comment.