Color Hex Logo

#ba54ca Color Hex

#BA54CA
(186,84,202)
0 Favorites   0 Comments

Color spaces of #ba54ca

RGB 18684202
HSL0.810.530.56
HSV292°58°79°
CMYK 0.080.580.00   0.21
XYZ34.080721.044058.1428
Yxy21.04400.30090.1858
Hunter Lab45.873752.3329-43.0357
CIE-Lab52.997657.8132-43.2975

#ba54ca color RGB value is (186,84,202).

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

The process color (four color CMYK) of #ba54ca color hex is 0.08, 0.58, 0.00, 0.21. Web safe color of #ba54ca is #cc66cc. Color #ba54ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 11001010
Octal 272 124 312
Decimal 186 84 202
Hex BA 54 CA

RGB Percentages of Color #ba54ca

%39.41
%17.80
%42.80

CMYK Percentages of Color #ba54ca

%8
%58
%0
%21

Triadic Colors of #ba54ca

#ba54ca #caba54 #54caba

Analogous Colors of #ba54ca

#ba54ca #ca549f #7f54ca

Monochromatic Colors of #ba54ca

#ba54ca

Complementary Color

#ba54ca #64ca54

#ba54ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba54ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba54ca Color CSS Codes

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

#ba54ca Text Font Color

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

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


#ba54ca Background Color

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

This div background color is #ba54ca


#ba54ca Border Color

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

This div border color is #ba54ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba54ca


Comments

No comments written yet.

Please login to write comment.