Color Hex Logo

#ba93ec Color Hex

#BA93EC
(186,147,236)
0 Favorites   0 Comments

Color spaces of #ba93ec

RGB 186147236
HSL0.740.700.75
HSV266°38°93°
CMYK 0.210.380.00   0.07
XYZ45.823737.362784.1534
Yxy37.36270.27380.2233
Hunter Lab61.125026.8476-38.8395
CIE-Lab67.548331.9394-39.4926

#ba93ec color RGB value is (186,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 11101100
Octal 272 223 354
Decimal 186 147 236
Hex BA 93 EC

RGB Percentages of Color #ba93ec

%32.69
%25.83
%41.48

CMYK Percentages of Color #ba93ec

%21
%38
%0
%7

Triadic Colors of #ba93ec

#ba93ec #ecba93 #93ecba

Analogous Colors of #ba93ec

#ba93ec #e793ec #9399ec

Monochromatic Colors of #ba93ec

#ba93ec

Complementary Color

#ba93ec #c5ec93

#ba93ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba93ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba93ec Color CSS Codes

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

#ba93ec Text Font Color

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

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


#ba93ec Background Color

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

This div background color is #ba93ec


#ba93ec Border Color

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

This div border color is #ba93ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba93ec


Comments

No comments written yet.

Please login to write comment.