Color Hex Logo

#ba71cc Color Hex

#BA71CC
(186,113,204)
0 Favorites   0 Comments

Color spaces of #ba71cc

RGB 186113204
HSL0.800.470.62
HSV288°45°80°
CMYK 0.090.450.00   0.20
XYZ37.053926.609060.3098
Yxy26.60900.29890.2146
Hunter Lab51.583937.9488-33.2107
CIE-Lab58.610743.6621-35.6112

#ba71cc color RGB value is (186,113,204).

#ba71cc hex color red value is 186, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba71cc hue: 0.80 , saturation: 0.47 and the lightness value of ba71cc is 0.62.

The process color (four color CMYK) of #ba71cc color hex is 0.09, 0.45, 0.00, 0.20. Web safe color of #ba71cc is #cc66cc. Color #ba71cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 11001100
Octal 272 161 314
Decimal 186 113 204
Hex BA 71 CC

RGB Percentages of Color #ba71cc

%36.98
%22.47
%40.56

CMYK Percentages of Color #ba71cc

%9
%45
%0
%20

Triadic Colors of #ba71cc

#ba71cc #ccba71 #71ccba

Analogous Colors of #ba71cc

#ba71cc #cc71b1 #8d71cc

Monochromatic Colors of #ba71cc

#ba71cc

Complementary Color

#ba71cc #83cc71

#ba71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba71cc Color CSS Codes

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

#ba71cc Text Font Color

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

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


#ba71cc Background Color

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

This div background color is #ba71cc


#ba71cc Border Color

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

This div border color is #ba71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba71cc


Comments

No comments written yet.

Please login to write comment.