Color Hex Logo

#ba56df Color Hex

#BA56DF
(186,86,223)
0 Favorites   0 Comments

Color spaces of #ba56df

RGB 18686223
HSL0.790.680.61
HSV284°61°87°
CMYK 0.170.610.00   0.13
XYZ36.896822.422472.1953
Yxy22.42240.28060.1705
Hunter Lab47.352356.2203-57.2494
CIE-Lab54.472360.9828-52.8959

#ba56df color RGB value is (186,86,223).

#ba56df hex color red value is 186, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba56df hue: 0.79 , saturation: 0.68 and the lightness value of ba56df is 0.61.

The process color (four color CMYK) of #ba56df color hex is 0.17, 0.61, 0.00, 0.13. Web safe color of #ba56df is #cc66cc. Color #ba56df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 11011111
Octal 272 126 337
Decimal 186 86 223
Hex BA 56 DF

RGB Percentages of Color #ba56df

%37.58
%17.37
%45.05

CMYK Percentages of Color #ba56df

%17
%61
%0
%13

Triadic Colors of #ba56df

#ba56df #dfba56 #56dfba

Analogous Colors of #ba56df

#ba56df #df56c0 #7656df

Monochromatic Colors of #ba56df

#ba56df

Complementary Color

#ba56df #7bdf56

#ba56df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba56df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba56df Color CSS Codes

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

#ba56df Text Font Color

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

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


#ba56df Background Color

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

This div background color is #ba56df


#ba56df Border Color

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

This div border color is #ba56df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba56df


Comments

No comments written yet.

Please login to write comment.