Color Hex Logo

#ba6ebf Color Hex

#BA6EBF
(186,110,191)
0 Favorites   0 Comments

Color spaces of #ba6ebf

RGB 186110191
HSL0.820.390.59
HSV296°42°75°
CMYK 0.030.420.00   0.25
XYZ35.229625.352652.3269
Yxy25.35260.31200.2245
Hunter Lab50.351436.7771-26.3703
CIE-Lab57.417442.7101-30.0760

#ba6ebf color RGB value is (186,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 10111111
Octal 272 156 277
Decimal 186 110 191
Hex BA 6E BF

RGB Percentages of Color #ba6ebf

%38.19
%22.59
%39.22

CMYK Percentages of Color #ba6ebf

%3
%42
%0
%25

Triadic Colors of #ba6ebf

#ba6ebf #bfba6e #6ebfba

Analogous Colors of #ba6ebf

#ba6ebf #bf6e9c #926ebf

Monochromatic Colors of #ba6ebf

#ba6ebf

Complementary Color

#ba6ebf #73bf6e

#ba6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ebf Color CSS Codes

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

#ba6ebf Text Font Color

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

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


#ba6ebf Background Color

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

This div background color is #ba6ebf


#ba6ebf Border Color

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

This div border color is #ba6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ebf


Comments

No comments written yet.

Please login to write comment.