Color Hex Logo

#ba7dbb Color Hex

#BA7DBB
(186,125,187)
0 Favorites   0 Comments

Color spaces of #ba7dbb

RGB 186125187
HSL0.830.310.61
HSV299°33°73°
CMYK 0.010.330.00   0.27
XYZ36.553028.694250.6257
Yxy28.69420.31550.2476
Hunter Lab53.567028.0625-18.5376
CIE-Lab60.510833.8185-23.0261

#ba7dbb color RGB value is (186,125,187).

#ba7dbb hex color red value is 186, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ba7dbb hue: 0.83 , saturation: 0.31 and the lightness value of ba7dbb is 0.61.

The process color (four color CMYK) of #ba7dbb color hex is 0.01, 0.33, 0.00, 0.27. Web safe color of #ba7dbb is #cc66cc. Color #ba7dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 10111011
Octal 272 175 273
Decimal 186 125 187
Hex BA 7D BB

RGB Percentages of Color #ba7dbb

%37.35
%25.10
%37.55

CMYK Percentages of Color #ba7dbb

%1
%33
%0
%27

Triadic Colors of #ba7dbb

#ba7dbb #bbba7d #7dbbba

Analogous Colors of #ba7dbb

#ba7dbb #bb7d9d #9b7dbb

Monochromatic Colors of #ba7dbb

#ba7dbb

Complementary Color

#ba7dbb #7ebb7d

#ba7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7dbb Color CSS Codes

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

#ba7dbb Text Font Color

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

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


#ba7dbb Background Color

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

This div background color is #ba7dbb


#ba7dbb Border Color

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

This div border color is #ba7dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7dbb


Comments

No comments written yet.

Please login to write comment.