Color Hex Logo

#ba4bef Color Hex

#BA4BEF
(186,75,239)
0 Favorites   0 Comments

Color spaces of #ba4bef

RGB 18675239
HSL0.780.840.62
HSV281°69°94°
CMYK 0.220.690.00   0.06
XYZ38.345821.703383.8295
Yxy21.70330.26650.1508
Hunter Lab46.586865.3972-74.0772
CIE-Lab53.710868.9789-63.1145

#ba4bef color RGB value is (186,75,239).

#ba4bef hex color red value is 186, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ba4bef hue: 0.78 , saturation: 0.84 and the lightness value of ba4bef is 0.62.

The process color (four color CMYK) of #ba4bef color hex is 0.22, 0.69, 0.00, 0.06. Web safe color of #ba4bef is #cc33ff. Color #ba4bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001011 11101111
Octal 272 113 357
Decimal 186 75 239
Hex BA 4B EF

RGB Percentages of Color #ba4bef

%37.20
%15.00
%47.80

CMYK Percentages of Color #ba4bef

%22
%69
%0
%6

Triadic Colors of #ba4bef

#ba4bef #efba4b #4befba

Analogous Colors of #ba4bef

#ba4bef #ef4bd2 #684bef

Monochromatic Colors of #ba4bef

#ba4bef

Complementary Color

#ba4bef #80ef4b

#ba4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4bef Color CSS Codes

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

#ba4bef Text Font Color

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

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


#ba4bef Background Color

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

This div background color is #ba4bef


#ba4bef Border Color

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

This div border color is #ba4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4bef


Comments

No comments written yet.

Please login to write comment.