Color Hex Logo

#ba9ccd Color Hex

#BA9CCD
(186,156,205)
0 Favorites   0 Comments

Color spaces of #ba9ccd

RGB 186156205
HSL0.770.330.71
HSV277°24°80°
CMYK 0.090.240.00   0.20
XYZ43.157638.623862.9381
Yxy38.62380.29820.2669
Hunter Lab62.148015.1970-16.5401
CIE-Lab68.477920.1765-20.9509

#ba9ccd color RGB value is (186,156,205).

#ba9ccd hex color red value is 186, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ba9ccd hue: 0.77 , saturation: 0.33 and the lightness value of ba9ccd is 0.71.

The process color (four color CMYK) of #ba9ccd color hex is 0.09, 0.24, 0.00, 0.20. Web safe color of #ba9ccd is #cc99cc. Color #ba9ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011100 11001101
Octal 272 234 315
Decimal 186 156 205
Hex BA 9C CD

RGB Percentages of Color #ba9ccd

%34.00
%28.52
%37.48

CMYK Percentages of Color #ba9ccd

%9
%24
%0
%20

Triadic Colors of #ba9ccd

#ba9ccd #cdba9c #9ccdba

Analogous Colors of #ba9ccd

#ba9ccd #cd9cc8 #a29ccd

Monochromatic Colors of #ba9ccd

#ba9ccd

Complementary Color

#ba9ccd #afcd9c

#ba9ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9ccd Color CSS Codes

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

#ba9ccd Text Font Color

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

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


#ba9ccd Background Color

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

This div background color is #ba9ccd


#ba9ccd Border Color

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

This div border color is #ba9ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9ccd


Comments

No comments written yet.

Please login to write comment.