Color Hex Logo

#ba60ef Color Hex

#BA60EF
(186,96,239)
0 Favorites   0 Comments

Color spaces of #ba60ef

RGB 18696239
HSL0.770.820.66
HSV278°60°94°
CMYK 0.220.600.00   0.06
XYZ40.012625.036884.3851
Yxy25.03680.26780.1675
Hunter Lab50.036855.1756-64.9645
CIE-Lab57.111359.5990-57.6557

#ba60ef color RGB value is (186,96,239).

#ba60ef hex color red value is 186, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ba60ef hue: 0.77 , saturation: 0.82 and the lightness value of ba60ef is 0.66.

The process color (four color CMYK) of #ba60ef color hex is 0.22, 0.60, 0.00, 0.06. Web safe color of #ba60ef is #cc66ff. Color #ba60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 11101111
Octal 272 140 357
Decimal 186 96 239
Hex BA 60 EF

RGB Percentages of Color #ba60ef

%35.70
%18.43
%45.87

CMYK Percentages of Color #ba60ef

%22
%60
%0
%6

Triadic Colors of #ba60ef

#ba60ef #efba60 #60efba

Analogous Colors of #ba60ef

#ba60ef #ef60dd #7360ef

Monochromatic Colors of #ba60ef

#ba60ef

Complementary Color

#ba60ef #95ef60

#ba60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba60ef Color CSS Codes

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

#ba60ef Text Font Color

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

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


#ba60ef Background Color

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

This div background color is #ba60ef


#ba60ef Border Color

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

This div border color is #ba60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba60ef


Comments

No comments written yet.

Please login to write comment.