Color Hex Logo

#ba55dd Color Hex

#BA55DD
(186,85,221)
0 Favorites   0 Comments

Color spaces of #ba55dd

RGB 18685221
HSL0.790.670.60
HSV285°62°87°
CMYK 0.160.620.00   0.13
XYZ36.549322.156670.7569
Yxy22.15660.28230.1711
Hunter Lab47.070856.2269-56.1753
CIE-Lab54.192861.0391-52.2119

#ba55dd color RGB value is (186,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 11011101
Octal 272 125 335
Decimal 186 85 221
Hex BA 55 DD

RGB Percentages of Color #ba55dd

%37.80
%17.28
%44.92

CMYK Percentages of Color #ba55dd

%16
%62
%0
%13

Triadic Colors of #ba55dd

#ba55dd #ddba55 #55ddba

Analogous Colors of #ba55dd

#ba55dd #dd55bc #7655dd

Monochromatic Colors of #ba55dd

#ba55dd

Complementary Color

#ba55dd #78dd55

#ba55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba55dd Color CSS Codes

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

#ba55dd Text Font Color

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

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


#ba55dd Background Color

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

This div background color is #ba55dd


#ba55dd Border Color

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

This div border color is #ba55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba55dd


Comments

No comments written yet.

Please login to write comment.