Color Hex Logo

#ba93ee Color Hex

#BA93EE
(186,147,238)
0 Favorites   0 Comments

Color spaces of #ba93ee

RGB 186147238
HSL0.740.730.75
HSV266°38°93°
CMYK 0.220.380.00   0.07
XYZ46.116037.479685.6926
Yxy37.47960.27240.2214
Hunter Lab61.220627.3238-40.1359
CIE-Lab67.635332.3961-40.4548

#ba93ee color RGB value is (186,147,238).

#ba93ee hex color red value is 186, green value is 147 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba93ee hue: 0.74 , saturation: 0.73 and the lightness value of ba93ee is 0.75.

The process color (four color CMYK) of #ba93ee color hex is 0.22, 0.38, 0.00, 0.07. Web safe color of #ba93ee is #cc99ff. Color #ba93ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 11101110
Octal 272 223 356
Decimal 186 147 238
Hex BA 93 EE

RGB Percentages of Color #ba93ee

%32.57
%25.74
%41.68

CMYK Percentages of Color #ba93ee

%22
%38
%0
%7

Triadic Colors of #ba93ee

#ba93ee #eeba93 #93eeba

Analogous Colors of #ba93ee

#ba93ee #e893ee #939aee

Monochromatic Colors of #ba93ee

#ba93ee

Complementary Color

#ba93ee #c7ee93

#ba93ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba93ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba93ee Color CSS Codes

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

#ba93ee Text Font Color

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

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


#ba93ee Background Color

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

This div background color is #ba93ee


#ba93ee Border Color

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

This div border color is #ba93ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,147,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 #ba93ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba93ee


Comments

No comments written yet.

Please login to write comment.