Color Hex Logo

#ba4feb Color Hex

#BA4FEB
(186,79,235)
0 Favorites   0 Comments

Color spaces of #ba4feb

RGB 18679235
HSL0.780.800.62
HSV281°66°92°
CMYK 0.210.660.00   0.08
XYZ38.041122.029280.8443
Yxy22.02920.27000.1563
Hunter Lab46.935362.5377-69.2702
CIE-Lab54.058066.5011-60.3137

#ba4feb color RGB value is (186,79,235).

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

The process color (four color CMYK) of #ba4feb color hex is 0.21, 0.66, 0.00, 0.08. Web safe color of #ba4feb is #cc66ff. Color #ba4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001111 11101011
Octal 272 117 353
Decimal 186 79 235
Hex BA 4F EB

RGB Percentages of Color #ba4feb

%37.20
%15.80
%47.00

CMYK Percentages of Color #ba4feb

%21
%66
%0
%8

Triadic Colors of #ba4feb

#ba4feb #ebba4f #4febba

Analogous Colors of #ba4feb

#ba4feb #eb4fce #6c4feb

Monochromatic Colors of #ba4feb

#ba4feb

Complementary Color

#ba4feb #80eb4f

#ba4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4feb Color CSS Codes

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

#ba4feb Text Font Color

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

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


#ba4feb Background Color

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

This div background color is #ba4feb


#ba4feb Border Color

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

This div border color is #ba4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4feb


Comments

No comments written yet.

Please login to write comment.