Color Hex Logo

#ba7bbd Color Hex

#BA7BBD
(186,123,189)
0 Favorites   0 Comments

Color spaces of #ba7bbd

RGB 186123189
HSL0.830.330.61
HSV297°35°74°
CMYK 0.020.350.00   0.26
XYZ36.518028.279151.6778
Yxy28.27910.31350.2428
Hunter Lab53.178129.5163-20.3926
CIE-Lab60.140135.3004-24.7312

#ba7bbd color RGB value is (186,123,189).

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

The process color (four color CMYK) of #ba7bbd color hex is 0.02, 0.35, 0.00, 0.26. Web safe color of #ba7bbd is #cc66cc. Color #ba7bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111011 10111101
Octal 272 173 275
Decimal 186 123 189
Hex BA 7B BD

RGB Percentages of Color #ba7bbd

%37.35
%24.70
%37.95

CMYK Percentages of Color #ba7bbd

%2
%35
%0
%26

Triadic Colors of #ba7bbd

#ba7bbd #bdba7b #7bbdba

Analogous Colors of #ba7bbd

#ba7bbd #bd7b9f #997bbd

Monochromatic Colors of #ba7bbd

#ba7bbd

Complementary Color

#ba7bbd #7ebd7b

#ba7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7bbd Color CSS Codes

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

#ba7bbd Text Font Color

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

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


#ba7bbd Background Color

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

This div background color is #ba7bbd


#ba7bbd Border Color

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

This div border color is #ba7bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7bbd


Comments

No comments written yet.

Please login to write comment.