Color Hex Logo

#ba79de Color Hex

#BA79DE
(186,121,222)
0 Favorites   0 Comments

Color spaces of #ba79de

RGB 186121222
HSL0.770.600.67
HSV279°45°87°
CMYK 0.160.450.00   0.13
XYZ40.271929.387872.6571
Yxy29.38780.28300.2065
Hunter Lab54.210537.7357-41.5177
CIE-Lab61.122443.1175-41.8014

#ba79de color RGB value is (186,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 11011110
Octal 272 171 336
Decimal 186 121 222
Hex BA 79 DE

RGB Percentages of Color #ba79de

%35.16
%22.87
%41.97

CMYK Percentages of Color #ba79de

%16
%45
%0
%13

Triadic Colors of #ba79de

#ba79de #deba79 #79deba

Analogous Colors of #ba79de

#ba79de #de79d0 #8879de

Monochromatic Colors of #ba79de

#ba79de

Complementary Color

#ba79de #9dde79

#ba79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba79de Color CSS Codes

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

#ba79de Text Font Color

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

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


#ba79de Background Color

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

This div background color is #ba79de


#ba79de Border Color

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

This div border color is #ba79de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,121,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba79de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba79de


Comments

No comments written yet.

Please login to write comment.