Color Hex Logo

#ba54cd Color Hex

#BA54CD
(186,84,205)
0 Favorites   0 Comments

Color spaces of #ba54cd

RGB 18684205
HSL0.810.550.57
HSV291°59°80°
CMYK 0.090.590.00   0.20
XYZ34.439521.187560.0320
Yxy21.18750.29780.1832
Hunter Lab46.029953.0012-45.1049
CIE-Lab53.154158.3809-44.7664

#ba54cd color RGB value is (186,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 11001101
Octal 272 124 315
Decimal 186 84 205
Hex BA 54 CD

RGB Percentages of Color #ba54cd

%39.16
%17.68
%43.16

CMYK Percentages of Color #ba54cd

%9
%59
%0
%20

Triadic Colors of #ba54cd

#ba54cd #cdba54 #54cdba

Analogous Colors of #ba54cd

#ba54cd #cd54a4 #7e54cd

Monochromatic Colors of #ba54cd

#ba54cd

Complementary Color

#ba54cd #67cd54

#ba54cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba54cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba54cd Color CSS Codes

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

#ba54cd Text Font Color

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

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


#ba54cd Background Color

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

This div background color is #ba54cd


#ba54cd Border Color

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

This div border color is #ba54cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba54cd


Comments

No comments written yet.

Please login to write comment.