Color Hex Logo

#ba7fbd Color Hex

#BA7FBD
(186,127,189)
0 Favorites   0 Comments

Color spaces of #ba7fbd

RGB 186127189
HSL0.830.320.62
HSV297°33°74°
CMYK 0.020.330.00   0.26
XYZ37.024429.292051.8466
Yxy29.29200.31330.2479
Hunter Lab54.122127.3965-18.9118
CIE-Lab61.038533.1004-23.3519

#ba7fbd color RGB value is (186,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111111 10111101
Octal 272 177 275
Decimal 186 127 189
Hex BA 7F BD

RGB Percentages of Color #ba7fbd

%37.05
%25.30
%37.65

CMYK Percentages of Color #ba7fbd

%2
%33
%0
%26

Triadic Colors of #ba7fbd

#ba7fbd #bdba7f #7fbdba

Analogous Colors of #ba7fbd

#ba7fbd #bd7fa1 #9b7fbd

Monochromatic Colors of #ba7fbd

#ba7fbd

Complementary Color

#ba7fbd #82bd7f

#ba7fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7fbd Color CSS Codes

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

#ba7fbd Text Font Color

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

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


#ba7fbd Background Color

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

This div background color is #ba7fbd


#ba7fbd Border Color

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

This div border color is #ba7fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7fbd


Comments

No comments written yet.

Please login to write comment.