Color Hex Logo

#ba68ff Color Hex

#BA68FF
(186,104,255)
0 Favorites   0 Comments

Color spaces of #ba68ff

RGB 186104255
HSL0.761.000.70
HSV273°59°100°
CMYK 0.270.590.00   0.00
XYZ43.250027.559797.6478
Yxy27.55970.25670.1636
Hunter Lab52.497355.1871-73.5344
CIE-Lab59.488959.1963-62.7166

#ba68ff color RGB value is (186,104,255).

#ba68ff hex color red value is 186, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ba68ff hue: 0.76 , saturation: 1.00 and the lightness value of ba68ff is 0.70.

The process color (four color CMYK) of #ba68ff color hex is 0.27, 0.59, 0.00, 0.00. Web safe color of #ba68ff is #cc66ff. Color #ba68ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 11111111
Octal 272 150 377
Decimal 186 104 255
Hex BA 68 FF

RGB Percentages of Color #ba68ff

%34.13
%19.08
%46.79

CMYK Percentages of Color #ba68ff

%27
%59
%0
%0

Triadic Colors of #ba68ff

#ba68ff #ffba68 #68ffba

Analogous Colors of #ba68ff

#ba68ff #ff68f9 #6f68ff

Monochromatic Colors of #ba68ff

#ba68ff

Complementary Color

#ba68ff #adff68

#ba68ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68ff Color CSS Codes

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

#ba68ff Text Font Color

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

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


#ba68ff Background Color

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

This div background color is #ba68ff


#ba68ff Border Color

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

This div border color is #ba68ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68ff

Related Colors


Comments

No comments written yet.

Please login to write comment.