Color Hex Logo

#ba95ef Color Hex

#BA95EF
(186,149,239)
0 Favorites   0 Comments

Color spaces of #ba95ef

RGB 186149239
HSL0.740.740.76
HSV265°38°94°
CMYK 0.220.380.00   0.06
XYZ46.577138.166086.5732
Yxy38.16600.27190.2228
Hunter Lab61.778626.4648-39.8407
CIE-Lab68.142831.5138-40.2102

#ba95ef color RGB value is (186,149,239).

#ba95ef hex color red value is 186, green value is 149 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ba95ef hue: 0.74 , saturation: 0.74 and the lightness value of ba95ef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 11101111
Octal 272 225 357
Decimal 186 149 239
Hex BA 95 EF

RGB Percentages of Color #ba95ef

%32.40
%25.96
%41.64

CMYK Percentages of Color #ba95ef

%22
%38
%0
%6

Triadic Colors of #ba95ef

#ba95ef #efba95 #95efba

Analogous Colors of #ba95ef

#ba95ef #e795ef #959def

Monochromatic Colors of #ba95ef

#ba95ef

Complementary Color

#ba95ef #caef95

#ba95ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba95ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba95ef Color CSS Codes

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

#ba95ef Text Font Color

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

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


#ba95ef Background Color

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

This div background color is #ba95ef


#ba95ef Border Color

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

This div border color is #ba95ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba95ef


Comments

No comments written yet.

Please login to write comment.