Color Hex Logo

#ba21cc Color Hex

#BA21CC
(186,33,204)
0 Favorites   0 Comments

Color spaces of #ba21cc

RGB 18633204
HSL0.820.720.46
HSV294°84°80°
CMYK 0.090.840.00   0.20
XYZ31.692615.886458.5227
Yxy15.88640.29870.1497
Hunter Lab39.857772.1819-59.1544
CIE-Lab46.825175.9203-54.2924

#ba21cc color RGB value is (186,33,204).

#ba21cc hex color red value is 186, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba21cc hue: 0.82 , saturation: 0.72 and the lightness value of ba21cc is 0.46.

The process color (four color CMYK) of #ba21cc color hex is 0.09, 0.84, 0.00, 0.20. Web safe color of #ba21cc is #cc33cc. Color #ba21cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 11001100
Octal 272 41 314
Decimal 186 33 204
Hex BA 21 CC

RGB Percentages of Color #ba21cc

%43.97
%7.80
%48.23

CMYK Percentages of Color #ba21cc

%9
%84
%0
%20

Triadic Colors of #ba21cc

#ba21cc #ccba21 #21ccba

Analogous Colors of #ba21cc

#ba21cc #cc2189 #6521cc

Monochromatic Colors of #ba21cc

#ba21cc

Complementary Color

#ba21cc #33cc21

#ba21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba21cc Color CSS Codes

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

#ba21cc Text Font Color

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

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


#ba21cc Background Color

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

This div background color is #ba21cc


#ba21cc Border Color

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

This div border color is #ba21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba21cc


Comments

No comments written yet.

Please login to write comment.