Color Hex Logo

#ba61df Color Hex

#BA61DF
(186,97,223)
0 Favorites   0 Comments

Color spaces of #ba61df

RGB 18697223
HSL0.780.660.63
HSV282°57°87°
CMYK 0.170.570.00   0.13
XYZ37.843724.316272.5110
Yxy24.31620.28100.1806
Hunter Lab49.311550.6934-52.6661
CIE-Lab56.403055.7548-49.8210

#ba61df color RGB value is (186,97,223).

#ba61df hex color red value is 186, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba61df hue: 0.78 , saturation: 0.66 and the lightness value of ba61df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 11011111
Octal 272 141 337
Decimal 186 97 223
Hex BA 61 DF

RGB Percentages of Color #ba61df

%36.76
%19.17
%44.07

CMYK Percentages of Color #ba61df

%17
%57
%0
%13

Triadic Colors of #ba61df

#ba61df #dfba61 #61dfba

Analogous Colors of #ba61df

#ba61df #df61c5 #7b61df

Monochromatic Colors of #ba61df

#ba61df

Complementary Color

#ba61df #86df61

#ba61df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba61df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba61df Color CSS Codes

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

#ba61df Text Font Color

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

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


#ba61df Background Color

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

This div background color is #ba61df


#ba61df Border Color

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

This div border color is #ba61df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba61df


Comments

No comments written yet.

Please login to write comment.