Color Hex Logo

#ba94ef Color Hex

#BA94EF
(186,148,239)
0 Favorites   0 Comments

Color spaces of #ba94ef

RGB 186148239
HSL0.740.740.76
HSV265°38°94°
CMYK 0.220.380.00   0.06
XYZ46.419637.850986.5207
Yxy37.85090.27180.2216
Hunter Lab61.523127.0141-40.3141
CIE-Lab67.910632.0699-40.5731

#ba94ef color RGB value is (186,148,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 11101111
Octal 272 224 357
Decimal 186 148 239
Hex BA 94 EF

RGB Percentages of Color #ba94ef

%32.46
%25.83
%41.71

CMYK Percentages of Color #ba94ef

%22
%38
%0
%6

Triadic Colors of #ba94ef

#ba94ef #efba94 #94efba

Analogous Colors of #ba94ef

#ba94ef #e894ef #949cef

Monochromatic Colors of #ba94ef

#ba94ef

Complementary Color

#ba94ef #c9ef94

#ba94ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba94ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba94ef Color CSS Codes

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

#ba94ef Text Font Color

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

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


#ba94ef Background Color

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

This div background color is #ba94ef


#ba94ef Border Color

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

This div border color is #ba94ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba94ef


Comments

No comments written yet.

Please login to write comment.