Color Hex Logo

#ba80df Color Hex

#BA80DF
(186,128,223)
0 Favorites   0 Comments

Color spaces of #ba80df

RGB 186128223
HSL0.770.600.69
HSV277°43°87°
CMYK 0.170.430.00   0.13
XYZ41.288231.205273.6591
Yxy31.20520.28250.2135
Hunter Lab55.861634.1743-39.0766
CIE-Lab62.680539.5343-39.9147

#ba80df color RGB value is (186,128,223).

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

The process color (four color CMYK) of #ba80df color hex is 0.17, 0.43, 0.00, 0.13. Web safe color of #ba80df is #cc99cc. Color #ba80df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 11011111
Octal 272 200 337
Decimal 186 128 223
Hex BA 80 DF

RGB Percentages of Color #ba80df

%34.64
%23.84
%41.53

CMYK Percentages of Color #ba80df

%17
%43
%0
%13

Triadic Colors of #ba80df

#ba80df #dfba80 #80dfba

Analogous Colors of #ba80df

#ba80df #df80d5 #8b80df

Monochromatic Colors of #ba80df

#ba80df

Complementary Color

#ba80df #a5df80

#ba80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba80df Color CSS Codes

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

#ba80df Text Font Color

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

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


#ba80df Background Color

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

This div background color is #ba80df


#ba80df Border Color

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

This div border color is #ba80df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba80df


Comments

No comments written yet.

Please login to write comment.