Color Hex Logo

#ba43cd Color Hex

#BA43CD
(186,67,205)
0 Favorites   0 Comments

Color spaces of #ba43cd

RGB 18667205
HSL0.810.580.53
HSV292°67°80°
CMYK 0.090.670.00   0.20
XYZ33.276318.861259.6443
Yxy18.86120.29770.1687
Hunter Lab43.429560.7677-51.0259
CIE-Lab50.524465.6565-48.9465

#ba43cd color RGB value is (186,67,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 11001101
Octal 272 103 315
Decimal 186 67 205
Hex BA 43 CD

RGB Percentages of Color #ba43cd

%40.61
%14.63
%44.76

CMYK Percentages of Color #ba43cd

%9
%67
%0
%20

Triadic Colors of #ba43cd

#ba43cd #cdba43 #43cdba

Analogous Colors of #ba43cd

#ba43cd #cd439b #7543cd

Monochromatic Colors of #ba43cd

#ba43cd

Complementary Color

#ba43cd #56cd43

#ba43cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba43cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba43cd Color CSS Codes

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

#ba43cd Text Font Color

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

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


#ba43cd Background Color

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

This div background color is #ba43cd


#ba43cd Border Color

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

This div border color is #ba43cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba43cd


Comments

No comments written yet.

Please login to write comment.