Color Hex Logo

#ba63ee Color Hex

#BA63EE
(186,99,238)
0 Favorites   0 Comments

Color spaces of #ba63ee

RGB 18699238
HSL0.770.800.66
HSV278°58°93°
CMYK 0.220.580.00   0.07
XYZ40.144225.535883.7020
Yxy25.53580.26870.1709
Hunter Lab50.533053.3706-62.8340
CIE-Lab57.593857.9295-56.3267

#ba63ee color RGB value is (186,99,238).

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

The process color (four color CMYK) of #ba63ee color hex is 0.22, 0.58, 0.00, 0.07. Web safe color of #ba63ee is #cc66ff. Color #ba63ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 11101110
Octal 272 143 356
Decimal 186 99 238
Hex BA 63 EE

RGB Percentages of Color #ba63ee

%35.56
%18.93
%45.51

CMYK Percentages of Color #ba63ee

%22
%58
%0
%7

Triadic Colors of #ba63ee

#ba63ee #eeba63 #63eeba

Analogous Colors of #ba63ee

#ba63ee #ee63dd #7563ee

Monochromatic Colors of #ba63ee

#ba63ee

Complementary Color

#ba63ee #97ee63

#ba63ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba63ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba63ee Color CSS Codes

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

#ba63ee Text Font Color

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

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


#ba63ee Background Color

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

This div background color is #ba63ee


#ba63ee Border Color

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

This div border color is #ba63ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba63ee


Comments

No comments written yet.

Please login to write comment.