Color Hex Logo

#ba9dbc Color Hex

#BA9DBC
(186,157,188)
0 Favorites   0 Comments

Color spaces of #ba9dbc

RGB 186157188
HSL0.820.190.68
HSV296°16°74°
CMYK 0.010.160.00   0.26
XYZ41.383838.183952.7660
Yxy38.18390.31270.2885
Hunter Lab61.793111.4062-7.3734
CIE-Lab68.155916.2253-11.9982

#ba9dbc color RGB value is (186,157,188).

#ba9dbc hex color red value is 186, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba9dbc hue: 0.82 , saturation: 0.19 and the lightness value of ba9dbc is 0.68.

The process color (four color CMYK) of #ba9dbc color hex is 0.01, 0.16, 0.00, 0.26. Web safe color of #ba9dbc is #cc99cc. Color #ba9dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011101 10111100
Octal 272 235 274
Decimal 186 157 188
Hex BA 9D BC

RGB Percentages of Color #ba9dbc

%35.03
%29.57
%35.40

CMYK Percentages of Color #ba9dbc

%1
%16
%0
%26

Triadic Colors of #ba9dbc

#ba9dbc #bcba9d #9dbcba

Analogous Colors of #ba9dbc

#ba9dbc #bc9daf #ab9dbc

Monochromatic Colors of #ba9dbc

#ba9dbc

Complementary Color

#ba9dbc #9fbc9d

#ba9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9dbc Color CSS Codes

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

#ba9dbc Text Font Color

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

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


#ba9dbc Background Color

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

This div background color is #ba9dbc


#ba9dbc Border Color

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

This div border color is #ba9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9dbc


Comments

No comments written yet.

Please login to write comment.