Color Hex Logo

#ba79ce Color Hex

#BA79CE
(186,121,206)
0 Favorites   0 Comments

Color spaces of #ba79ce

RGB 186121206
HSL0.790.460.64
HSV286°41°81°
CMYK 0.100.410.00   0.19
XYZ38.227728.570161.8923
Yxy28.57010.29710.2220
Hunter Lab53.451034.1224-31.2377
CIE-Lab60.400339.7649-33.9497

#ba79ce color RGB value is (186,121,206).

#ba79ce hex color red value is 186, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba79ce hue: 0.79 , saturation: 0.46 and the lightness value of ba79ce is 0.64.

The process color (four color CMYK) of #ba79ce color hex is 0.10, 0.41, 0.00, 0.19. Web safe color of #ba79ce is #cc66cc. Color #ba79ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 11001110
Octal 272 171 316
Decimal 186 121 206
Hex BA 79 CE

RGB Percentages of Color #ba79ce

%36.26
%23.59
%40.16

CMYK Percentages of Color #ba79ce

%10
%41
%0
%19

Triadic Colors of #ba79ce

#ba79ce #ceba79 #79ceba

Analogous Colors of #ba79ce

#ba79ce #ce79b8 #9079ce

Monochromatic Colors of #ba79ce

#ba79ce

Complementary Color

#ba79ce #8dce79

#ba79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba79ce Color CSS Codes

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

#ba79ce Text Font Color

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

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


#ba79ce Background Color

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

This div background color is #ba79ce


#ba79ce Border Color

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

This div border color is #ba79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba79ce


Comments

No comments written yet.

Please login to write comment.