Color Hex Logo

#ba53cd Color Hex

#BA53CD
(186,83,205)
0 Favorites   0 Comments

Color spaces of #ba53cd

RGB 18683205
HSL0.810.550.56
HSV291°60°80°
CMYK 0.090.600.00   0.20
XYZ34.362421.033460.0064
Yxy21.03340.29780.1823
Hunter Lab45.862253.4829-45.4719
CIE-Lab52.986058.8391-45.0329

#ba53cd color RGB value is (186,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 11001101
Octal 272 123 315
Decimal 186 83 205
Hex BA 53 CD

RGB Percentages of Color #ba53cd

%39.24
%17.51
%43.25

CMYK Percentages of Color #ba53cd

%9
%60
%0
%20

Triadic Colors of #ba53cd

#ba53cd #cdba53 #53cdba

Analogous Colors of #ba53cd

#ba53cd #cd53a3 #7d53cd

Monochromatic Colors of #ba53cd

#ba53cd

Complementary Color

#ba53cd #66cd53

#ba53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53cd Color CSS Codes

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

#ba53cd Text Font Color

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

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


#ba53cd Background Color

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

This div background color is #ba53cd


#ba53cd Border Color

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

This div border color is #ba53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53cd


Comments

No comments written yet.

Please login to write comment.