Color Hex Logo

#ba44cc Color Hex

#BA44CC
(186,68,204)
0 Favorites   0 Comments

Color spaces of #ba44cc

RGB 18668204
HSL0.810.570.53
HSV292°67°80°
CMYK 0.090.670.00   0.20
XYZ33.215918.933059.0305
Yxy18.93300.29880.1703
Hunter Lab43.512160.1158-49.9771
CIE-Lab50.608765.0798-48.2379

#ba44cc color RGB value is (186,68,204).

#ba44cc hex color red value is 186, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba44cc hue: 0.81 , saturation: 0.57 and the lightness value of ba44cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 11001100
Octal 272 104 314
Decimal 186 68 204
Hex BA 44 CC

RGB Percentages of Color #ba44cc

%40.61
%14.85
%44.54

CMYK Percentages of Color #ba44cc

%9
%67
%0
%20

Triadic Colors of #ba44cc

#ba44cc #ccba44 #44ccba

Analogous Colors of #ba44cc

#ba44cc #cc449a #7644cc

Monochromatic Colors of #ba44cc

#ba44cc

Complementary Color

#ba44cc #56cc44

#ba44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba44cc Color CSS Codes

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

#ba44cc Text Font Color

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

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


#ba44cc Background Color

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

This div background color is #ba44cc


#ba44cc Border Color

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

This div border color is #ba44cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba44cc


Comments

No comments written yet.

Please login to write comment.