Color Hex Logo

#ba6ebe Color Hex

#BA6EBE
(186,110,190)
0 Favorites   0 Comments

Color spaces of #ba6ebe

RGB 186110190
HSL0.830.380.59
HSV297°42°75°
CMYK 0.020.420.00   0.25
XYZ35.119925.308751.7492
Yxy25.30870.31310.2256
Hunter Lab50.307836.5725-25.7734
CIE-Lab57.375042.5196-29.5704

#ba6ebe color RGB value is (186,110,190).

#ba6ebe hex color red value is 186, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba6ebe hue: 0.83 , saturation: 0.38 and the lightness value of ba6ebe is 0.59.

The process color (four color CMYK) of #ba6ebe color hex is 0.02, 0.42, 0.00, 0.25. Web safe color of #ba6ebe is #cc66cc. Color #ba6ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 10111110
Octal 272 156 276
Decimal 186 110 190
Hex BA 6E BE

RGB Percentages of Color #ba6ebe

%38.27
%22.63
%39.09

CMYK Percentages of Color #ba6ebe

%2
%42
%0
%25

Triadic Colors of #ba6ebe

#ba6ebe #beba6e #6ebeba

Analogous Colors of #ba6ebe

#ba6ebe #be6e9a #926ebe

Monochromatic Colors of #ba6ebe

#ba6ebe

Complementary Color

#ba6ebe #72be6e

#ba6ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ebe Color CSS Codes

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

#ba6ebe Text Font Color

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

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


#ba6ebe Background Color

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

This div background color is #ba6ebe


#ba6ebe Border Color

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

This div border color is #ba6ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ebe


Comments

No comments written yet.

Please login to write comment.