Color Hex Logo

#ba44d3 Color Hex

#BA44D3
(186,68,211)
0 Favorites   0 Comments

Color spaces of #ba44d3

RGB 18668211
HSL0.800.620.55
HSV290°68°83°
CMYK 0.120.680.00   0.17
XYZ34.074719.276563.5528
Yxy19.27650.29150.1649
Hunter Lab43.905061.7002-55.0892
CIE-Lab51.009166.3633-51.6100

#ba44d3 color RGB value is (186,68,211).

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

The process color (four color CMYK) of #ba44d3 color hex is 0.12, 0.68, 0.00, 0.17. Web safe color of #ba44d3 is #cc33cc. Color #ba44d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 11010011
Octal 272 104 323
Decimal 186 68 211
Hex BA 44 D3

RGB Percentages of Color #ba44d3

%40.00
%14.62
%45.38

CMYK Percentages of Color #ba44d3

%12
%68
%0
%17

Triadic Colors of #ba44d3

#ba44d3 #d3ba44 #44d3ba

Analogous Colors of #ba44d3

#ba44d3 #d344a5 #7344d3

Monochromatic Colors of #ba44d3

#ba44d3

Complementary Color

#ba44d3 #5dd344

#ba44d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba44d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba44d3 Color CSS Codes

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

#ba44d3 Text Font Color

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

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


#ba44d3 Background Color

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

This div background color is #ba44d3


#ba44d3 Border Color

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

This div border color is #ba44d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba44d3


Comments

No comments written yet.

Please login to write comment.