Color Hex Logo

#ba5eef Color Hex

#BA5EEF
(186,94,239)
0 Favorites   0 Comments

Color spaces of #ba5eef

RGB 18694239
HSL0.770.820.65
HSV278°61°94°
CMYK 0.220.610.00   0.06
XYZ39.832424.676584.3250
Yxy24.67650.26760.1658
Hunter Lab49.675456.1987-65.8731
CIE-Lab56.758960.5546-58.2197

#ba5eef color RGB value is (186,94,239).

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

The process color (four color CMYK) of #ba5eef color hex is 0.22, 0.61, 0.00, 0.06. Web safe color of #ba5eef is #cc66ff. Color #ba5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 11101111
Octal 272 136 357
Decimal 186 94 239
Hex BA 5E EF

RGB Percentages of Color #ba5eef

%35.84
%18.11
%46.05

CMYK Percentages of Color #ba5eef

%22
%61
%0
%6

Triadic Colors of #ba5eef

#ba5eef #efba5e #5eefba

Analogous Colors of #ba5eef

#ba5eef #ef5edc #725eef

Monochromatic Colors of #ba5eef

#ba5eef

Complementary Color

#ba5eef #93ef5e

#ba5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5eef Color CSS Codes

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

#ba5eef Text Font Color

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

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


#ba5eef Background Color

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

This div background color is #ba5eef


#ba5eef Border Color

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

This div border color is #ba5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5eef


Comments

No comments written yet.

Please login to write comment.