Color Hex Logo

#ba8cea Color Hex

#BA8CEA
(186,140,234)
0 Favorites   0 Comments

Color spaces of #ba8cea

RGB 186140234
HSL0.750.690.73
HSV269°40°92°
CMYK 0.210.400.00   0.08
XYZ44.479135.135882.2795
Yxy35.13580.27470.2170
Hunter Lab59.275530.2107-40.8069
CIE-Lab65.854335.3683-41.0407

#ba8cea color RGB value is (186,140,234).

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

The process color (four color CMYK) of #ba8cea color hex is 0.21, 0.40, 0.00, 0.08. Web safe color of #ba8cea is #cc99ff. Color #ba8cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001100 11101010
Octal 272 214 352
Decimal 186 140 234
Hex BA 8C EA

RGB Percentages of Color #ba8cea

%33.21
%25.00
%41.79

CMYK Percentages of Color #ba8cea

%21
%40
%0
%8

Triadic Colors of #ba8cea

#ba8cea #eaba8c #8ceaba

Analogous Colors of #ba8cea

#ba8cea #e98cea #8c8dea

Monochromatic Colors of #ba8cea

#ba8cea

Complementary Color

#ba8cea #bcea8c

#ba8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8cea Color CSS Codes

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

#ba8cea Text Font Color

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

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


#ba8cea Background Color

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

This div background color is #ba8cea


#ba8cea Border Color

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

This div border color is #ba8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8cea


Comments

No comments written yet.

Please login to write comment.