Color Hex Logo

#ba8dbc Color Hex

#BA8DBC
(186,141,188)
0 Favorites   0 Comments

Color spaces of #ba8dbc

RGB 186141188
HSL0.830.260.65
HSV297°25°74°
CMYK 0.010.250.00   0.26
XYZ38.851733.119751.9220
Yxy33.11970.31360.2673
Hunter Lab57.549719.7930-13.2073
CIE-Lab64.257725.1356-17.8772

#ba8dbc color RGB value is (186,141,188).

#ba8dbc hex color red value is 186, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba8dbc hue: 0.83 , saturation: 0.26 and the lightness value of ba8dbc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001101 10111100
Octal 272 215 274
Decimal 186 141 188
Hex BA 8D BC

RGB Percentages of Color #ba8dbc

%36.12
%27.38
%36.50

CMYK Percentages of Color #ba8dbc

%1
%25
%0
%26

Triadic Colors of #ba8dbc

#ba8dbc #bcba8d #8dbcba

Analogous Colors of #ba8dbc

#ba8dbc #bc8da7 #a38dbc

Monochromatic Colors of #ba8dbc

#ba8dbc

Complementary Color

#ba8dbc #8fbc8d

#ba8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8dbc Color CSS Codes

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

#ba8dbc Text Font Color

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

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


#ba8dbc Background Color

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

This div background color is #ba8dbc


#ba8dbc Border Color

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

This div border color is #ba8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8dbc


Comments

No comments written yet.

Please login to write comment.