Color Hex Logo

#ba50bc Color Hex

#BA50BC
(186,80,188)
0 Favorites   0 Comments

Color spaces of #ba50bc

RGB 18680188
HSL0.830.450.53
HSV299°57°74°
CMYK 0.010.570.00   0.26
XYZ32.195519.807349.7032
Yxy19.80730.31660.1948
Hunter Lab44.505451.2437-35.0607
CIE-Lab51.618657.0827-37.4105

#ba50bc color RGB value is (186,80,188).

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

The process color (four color CMYK) of #ba50bc color hex is 0.01, 0.57, 0.00, 0.26. Web safe color of #ba50bc is #cc66cc. Color #ba50bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 10111100
Octal 272 120 274
Decimal 186 80 188
Hex BA 50 BC

RGB Percentages of Color #ba50bc

%40.97
%17.62
%41.41

CMYK Percentages of Color #ba50bc

%1
%57
%0
%26

Triadic Colors of #ba50bc

#ba50bc #bcba50 #50bcba

Analogous Colors of #ba50bc

#ba50bc #bc5088 #8450bc

Monochromatic Colors of #ba50bc

#ba50bc

Complementary Color

#ba50bc #52bc50

#ba50bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba50bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba50bc Color CSS Codes

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

#ba50bc Text Font Color

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

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


#ba50bc Background Color

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

This div background color is #ba50bc


#ba50bc Border Color

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

This div border color is #ba50bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba50bc


Comments

No comments written yet.

Please login to write comment.