Color Hex Logo

#ba56dd Color Hex

#BA56DD
(186,86,221)
0 Favorites   0 Comments

Color spaces of #ba56dd

RGB 18686221
HSL0.790.670.60
HSV284°61°87°
CMYK 0.160.610.00   0.13
XYZ36.628622.315170.7833
Yxy22.31510.28240.1720
Hunter Lab47.238955.7393-55.7737
CIE-Lab54.359760.5821-51.9455

#ba56dd color RGB value is (186,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 11011101
Octal 272 126 335
Decimal 186 86 221
Hex BA 56 DD

RGB Percentages of Color #ba56dd

%37.73
%17.44
%44.83

CMYK Percentages of Color #ba56dd

%16
%61
%0
%13

Triadic Colors of #ba56dd

#ba56dd #ddba56 #56ddba

Analogous Colors of #ba56dd

#ba56dd #dd56bd #7756dd

Monochromatic Colors of #ba56dd

#ba56dd

Complementary Color

#ba56dd #79dd56

#ba56dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba56dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba56dd Color CSS Codes

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

#ba56dd Text Font Color

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

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


#ba56dd Background Color

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

This div background color is #ba56dd


#ba56dd Border Color

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

This div border color is #ba56dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba56dd


Comments

No comments written yet.

Please login to write comment.