Color Hex Logo

#ba90eb Color Hex

#BA90EB
(186,144,235)
0 Favorites   0 Comments

Color spaces of #ba90eb

RGB 186144235
HSL0.740.690.74
HSV268°39°92°
CMYK 0.210.390.00   0.08
XYZ45.218436.383883.2368
Yxy36.38380.27430.2207
Hunter Lab60.319028.2551-39.5936
CIE-Lab66.812133.3784-40.0930

#ba90eb color RGB value is (186,144,235).

#ba90eb hex color red value is 186, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ba90eb hue: 0.74 , saturation: 0.69 and the lightness value of ba90eb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11101011
Octal 272 220 353
Decimal 186 144 235
Hex BA 90 EB

RGB Percentages of Color #ba90eb

%32.92
%25.49
%41.59

CMYK Percentages of Color #ba90eb

%21
%39
%0
%8

Triadic Colors of #ba90eb

#ba90eb #ebba90 #90ebba

Analogous Colors of #ba90eb

#ba90eb #e890eb #9094eb

Monochromatic Colors of #ba90eb

#ba90eb

Complementary Color

#ba90eb #c1eb90

#ba90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90eb Color CSS Codes

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

#ba90eb Text Font Color

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

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


#ba90eb Background Color

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

This div background color is #ba90eb


#ba90eb Border Color

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

This div border color is #ba90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90eb


Comments

No comments written yet.

Please login to write comment.