Color Hex Logo

#ba4cef Color Hex

#BA4CEF
(186,76,239)
0 Favorites   0 Comments

Color spaces of #ba4cef

RGB 18676239
HSL0.780.840.62
HSV280°68°94°
CMYK 0.220.680.00   0.06
XYZ38.414121.840083.8522
Yxy21.84000.26660.1516
Hunter Lab46.733364.9412-73.6691
CIE-Lab53.856868.5686-62.8793

#ba4cef color RGB value is (186,76,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001100 11101111
Octal 272 114 357
Decimal 186 76 239
Hex BA 4C EF

RGB Percentages of Color #ba4cef

%37.13
%15.17
%47.70

CMYK Percentages of Color #ba4cef

%22
%68
%0
%6

Triadic Colors of #ba4cef

#ba4cef #efba4c #4cefba

Analogous Colors of #ba4cef

#ba4cef #ef4cd3 #694cef

Monochromatic Colors of #ba4cef

#ba4cef

Complementary Color

#ba4cef #81ef4c

#ba4cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4cef Color CSS Codes

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

#ba4cef Text Font Color

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

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


#ba4cef Background Color

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

This div background color is #ba4cef


#ba4cef Border Color

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

This div border color is #ba4cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4cef


Comments

No comments written yet.

Please login to write comment.