Color Hex Logo

#ba9fea Color Hex

#BA9FEA
(186,159,234)
0 Favorites   0 Comments

Color spaces of #ba9fea

RGB 186159234
HSL0.730.640.77
HSV262°32°92°
CMYK 0.210.320.00   0.08
XYZ47.499141.175983.2862
Yxy41.17590.27620.2394
Hunter Lab64.168519.8354-32.0364
CIE-Lab70.299024.8039-34.1173

#ba9fea color RGB value is (186,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 11101010
Octal 272 237 352
Decimal 186 159 234
Hex BA 9F EA

RGB Percentages of Color #ba9fea

%32.12
%27.46
%40.41

CMYK Percentages of Color #ba9fea

%21
%32
%0
%8

Triadic Colors of #ba9fea

#ba9fea #eaba9f #9feaba

Analogous Colors of #ba9fea

#ba9fea #e09fea #9faaea

Monochromatic Colors of #ba9fea

#ba9fea

Complementary Color

#ba9fea #cfea9f

#ba9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fea Color CSS Codes

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

#ba9fea Text Font Color

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

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


#ba9fea Background Color

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

This div background color is #ba9fea


#ba9fea Border Color

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

This div border color is #ba9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fea


Comments

No comments written yet.

Please login to write comment.