Color Hex Logo

#ba54dc Color Hex

#BA54DC
(186,84,220)
0 Favorites   0 Comments

Color spaces of #ba54dc

RGB 18684220
HSL0.790.660.60
HSV285°62°86°
CMYK 0.150.620.00   0.14
XYZ36.338321.947170.0311
Yxy21.94710.28320.1710
Hunter Lab46.847756.4733-55.8372
CIE-Lab53.970861.2947-52.0002

#ba54dc color RGB value is (186,84,220).

#ba54dc hex color red value is 186, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba54dc hue: 0.79 , saturation: 0.66 and the lightness value of ba54dc is 0.60.

The process color (four color CMYK) of #ba54dc color hex is 0.15, 0.62, 0.00, 0.14. Web safe color of #ba54dc is #cc66cc. Color #ba54dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 11011100
Octal 272 124 334
Decimal 186 84 220
Hex BA 54 DC

RGB Percentages of Color #ba54dc

%37.96
%17.14
%44.90

CMYK Percentages of Color #ba54dc

%15
%62
%0
%14

Triadic Colors of #ba54dc

#ba54dc #dcba54 #54dcba

Analogous Colors of #ba54dc

#ba54dc #dc54ba #7654dc

Monochromatic Colors of #ba54dc

#ba54dc

Complementary Color

#ba54dc #76dc54

#ba54dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba54dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba54dc Color CSS Codes

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

#ba54dc Text Font Color

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

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


#ba54dc Background Color

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

This div background color is #ba54dc


#ba54dc Border Color

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

This div border color is #ba54dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba54dc


Comments

No comments written yet.

Please login to write comment.