Color Hex Logo

#ba80dd Color Hex

#BA80DD
(186,128,221)
0 Favorites   0 Comments

Color spaces of #ba80dd

RGB 186128221
HSL0.770.580.68
HSV277°42°87°
CMYK 0.160.420.00   0.13
XYZ41.020031.097972.2471
Yxy31.09790.28410.2154
Hunter Lab55.765533.7115-37.7774
CIE-Lab62.590239.1018-38.9413

#ba80dd color RGB value is (186,128,221).

#ba80dd hex color red value is 186, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba80dd hue: 0.77 , saturation: 0.58 and the lightness value of ba80dd is 0.68.

The process color (four color CMYK) of #ba80dd color hex is 0.16, 0.42, 0.00, 0.13. Web safe color of #ba80dd is #cc99cc. Color #ba80dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 11011101
Octal 272 200 335
Decimal 186 128 221
Hex BA 80 DD

RGB Percentages of Color #ba80dd

%34.77
%23.93
%41.31

CMYK Percentages of Color #ba80dd

%16
%42
%0
%13

Triadic Colors of #ba80dd

#ba80dd #ddba80 #80ddba

Analogous Colors of #ba80dd

#ba80dd #dd80d2 #8c80dd

Monochromatic Colors of #ba80dd

#ba80dd

Complementary Color

#ba80dd #a3dd80

#ba80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba80dd Color CSS Codes

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

#ba80dd Text Font Color

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

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


#ba80dd Background Color

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

This div background color is #ba80dd


#ba80dd Border Color

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

This div border color is #ba80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba80dd


Comments

No comments written yet.

Please login to write comment.