Color Hex Logo

#baa4dc Color Hex

#BAA4DC
(186,164,220)
0 Favorites   0 Comments

Color spaces of #baa4dc

RGB 186164220
HSL0.730.440.75
HSV264°25°86°
CMYK 0.150.250.00   0.14
XYZ46.443442.157373.3995
Yxy42.15730.28670.2602
Hunter Lab64.928714.0557-21.5751
CIE-Lab70.979218.9102-25.4000

#baa4dc color RGB value is (186,164,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 11011100
Octal 272 244 334
Decimal 186 164 220
Hex BA A4 DC

RGB Percentages of Color #baa4dc

%32.63
%28.77
%38.60

CMYK Percentages of Color #baa4dc

%15
%25
%0
%14

Triadic Colors of #baa4dc

#baa4dc #dcbaa4 #a4dcba

Analogous Colors of #baa4dc

#baa4dc #d6a4dc #a4aadc

Monochromatic Colors of #baa4dc

#baa4dc

Complementary Color

#baa4dc #c6dca4

#baa4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa4dc Color CSS Codes

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

#baa4dc Text Font Color

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

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


#baa4dc Background Color

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

This div background color is #baa4dc


#baa4dc Border Color

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

This div border color is #baa4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa4dc


Comments

No comments written yet.

Please login to write comment.