Color Hex Logo

#ba79df Color Hex

#BA79DF
(186,121,223)
0 Favorites   0 Comments

Color spaces of #ba79df

RGB 186121223
HSL0.770.610.67
HSV278°46°87°
CMYK 0.170.460.00   0.13
XYZ40.406429.441673.3652
Yxy29.44160.28210.2056
Hunter Lab54.260137.9701-42.1840
CIE-Lab61.169443.3324-42.2862

#ba79df color RGB value is (186,121,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 11011111
Octal 272 171 337
Decimal 186 121 223
Hex BA 79 DF

RGB Percentages of Color #ba79df

%35.09
%22.83
%42.08

CMYK Percentages of Color #ba79df

%17
%46
%0
%13

Triadic Colors of #ba79df

#ba79df #dfba79 #79dfba

Analogous Colors of #ba79df

#ba79df #df79d1 #8779df

Monochromatic Colors of #ba79df

#ba79df

Complementary Color

#ba79df #9edf79

#ba79df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba79df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba79df Color CSS Codes

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

#ba79df Text Font Color

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

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


#ba79df Background Color

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

This div background color is #ba79df


#ba79df Border Color

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

This div border color is #ba79df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba79df


Comments

No comments written yet.

Please login to write comment.