Color Hex Logo

#ba7bc5 Color Hex

#BA7BC5
(186,123,197)
0 Favorites   0 Comments

Color spaces of #ba7bc5

RGB 186123197
HSL0.810.390.63
HSV291°38°77°
CMYK 0.060.380.00   0.23
XYZ37.410728.636256.3789
Yxy28.63620.30560.2339
Hunter Lab53.512831.1416-25.0066
CIE-Lab60.459236.8629-28.7750

#ba7bc5 color RGB value is (186,123,197).

#ba7bc5 hex color red value is 186, green value is 123 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ba7bc5 hue: 0.81 , saturation: 0.39 and the lightness value of ba7bc5 is 0.63.

The process color (four color CMYK) of #ba7bc5 color hex is 0.06, 0.38, 0.00, 0.23. Web safe color of #ba7bc5 is #cc66cc. Color #ba7bc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111011 11000101
Octal 272 173 305
Decimal 186 123 197
Hex BA 7B C5

RGB Percentages of Color #ba7bc5

%36.76
%24.31
%38.93

CMYK Percentages of Color #ba7bc5

%6
%38
%0
%23

Triadic Colors of #ba7bc5

#ba7bc5 #c5ba7b #7bc5ba

Analogous Colors of #ba7bc5

#ba7bc5 #c57bab #957bc5

Monochromatic Colors of #ba7bc5

#ba7bc5

Complementary Color

#ba7bc5 #86c57b

#ba7bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7bc5 Color CSS Codes

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

#ba7bc5 Text Font Color

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

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


#ba7bc5 Background Color

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

This div background color is #ba7bc5


#ba7bc5 Border Color

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

This div border color is #ba7bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7bc5


Comments

No comments written yet.

Please login to write comment.