Color Hex Logo

#ba98ef Color Hex

#BA98EF
(186,152,239)
0 Favorites   0 Comments

Color spaces of #ba98ef

RGB 186152239
HSL0.730.730.77
HSV263°36°94°
CMYK 0.220.360.00   0.06
XYZ47.057939.127686.7335
Yxy39.12760.27210.2263
Hunter Lab62.552124.8194-38.4240
CIE-Lab68.843629.8448-39.1162

#ba98ef color RGB value is (186,152,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 11101111
Octal 272 230 357
Decimal 186 152 239
Hex BA 98 EF

RGB Percentages of Color #ba98ef

%32.24
%26.34
%41.42

CMYK Percentages of Color #ba98ef

%22
%36
%0
%6

Triadic Colors of #ba98ef

#ba98ef #efba98 #98efba

Analogous Colors of #ba98ef

#ba98ef #e698ef #98a2ef

Monochromatic Colors of #ba98ef

#ba98ef

Complementary Color

#ba98ef #cdef98

#ba98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba98ef Color CSS Codes

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

#ba98ef Text Font Color

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

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


#ba98ef Background Color

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

This div background color is #ba98ef


#ba98ef Border Color

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

This div border color is #ba98ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba98ef


Comments

No comments written yet.

Please login to write comment.