Color Hex Logo

#ba93ba Color Hex

#BA93BA
(186,147,186)
0 Favorites   0 Comments

Color spaces of #ba93ba

RGB 186147186
HSL0.830.220.65
HSV300°21°73°
CMYK 0.000.210.00   0.27
XYZ39.546334.851751.0971
Yxy34.85170.31510.2777
Hunter Lab59.035316.2609-9.9928
CIE-Lab65.633021.4058-14.6740

#ba93ba color RGB value is (186,147,186).

#ba93ba hex color red value is 186, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ba93ba hue: 0.83 , saturation: 0.22 and the lightness value of ba93ba is 0.65.

The process color (four color CMYK) of #ba93ba color hex is 0.00, 0.21, 0.00, 0.27. Web safe color of #ba93ba is #cc99cc. Color #ba93ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 10111010
Octal 272 223 272
Decimal 186 147 186
Hex BA 93 BA

RGB Percentages of Color #ba93ba

%35.84
%28.32
%35.84

CMYK Percentages of Color #ba93ba

%0
%21
%0
%27

Triadic Colors of #ba93ba

#ba93ba #baba93 #93baba

Analogous Colors of #ba93ba

#ba93ba #ba93a7 #a793ba

Monochromatic Colors of #ba93ba

#ba93ba

Complementary Color

#ba93ba #93ba93

#ba93ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba93ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba93ba Color CSS Codes

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

#ba93ba Text Font Color

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

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


#ba93ba Background Color

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

This div background color is #ba93ba


#ba93ba Border Color

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

This div border color is #ba93ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba93ba


Comments

No comments written yet.

Please login to write comment.