Color Hex Logo

#ba9fcd Color Hex

#BA9FCD
(186,159,205)
0 Favorites   0 Comments

Color spaces of #ba9fcd

RGB 186159205
HSL0.760.320.71
HSV275°22°80°
CMYK 0.090.220.00   0.20
XYZ43.667339.643263.1080
Yxy39.64320.29820.2708
Hunter Lab62.962813.6120-15.3527
CIE-Lab69.214618.5077-19.8304

#ba9fcd color RGB value is (186,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 11001101
Octal 272 237 315
Decimal 186 159 205
Hex BA 9F CD

RGB Percentages of Color #ba9fcd

%33.82
%28.91
%37.27

CMYK Percentages of Color #ba9fcd

%9
%22
%0
%20

Triadic Colors of #ba9fcd

#ba9fcd #cdba9f #9fcdba

Analogous Colors of #ba9fcd

#ba9fcd #cd9fc9 #a39fcd

Monochromatic Colors of #ba9fcd

#ba9fcd

Complementary Color

#ba9fcd #b2cd9f

#ba9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fcd Color CSS Codes

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

#ba9fcd Text Font Color

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

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


#ba9fcd Background Color

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

This div background color is #ba9fcd


#ba9fcd Border Color

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

This div border color is #ba9fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fcd


Comments

No comments written yet.

Please login to write comment.