Color Hex Logo

#ba71ec Color Hex

#BA71EC
(186,113,236)
0 Favorites   0 Comments

Color spaces of #ba71ec

RGB 186113236
HSL0.770.760.68
HSV276°52°93°
CMYK 0.210.520.00   0.07
XYZ41.295128.305582.6439
Yxy28.30550.27120.1859
Hunter Lab53.202945.4432-54.8574
CIE-Lab60.163750.4034-51.1205

#ba71ec color RGB value is (186,113,236).

#ba71ec hex color red value is 186, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ba71ec hue: 0.77 , saturation: 0.76 and the lightness value of ba71ec is 0.68.

The process color (four color CMYK) of #ba71ec color hex is 0.21, 0.52, 0.00, 0.07. Web safe color of #ba71ec is #cc66ff. Color #ba71ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 11101100
Octal 272 161 354
Decimal 186 113 236
Hex BA 71 EC

RGB Percentages of Color #ba71ec

%34.77
%21.12
%44.11

CMYK Percentages of Color #ba71ec

%21
%52
%0
%7

Triadic Colors of #ba71ec

#ba71ec #ecba71 #71ecba

Analogous Colors of #ba71ec

#ba71ec #ec71e1 #7d71ec

Monochromatic Colors of #ba71ec

#ba71ec

Complementary Color

#ba71ec #a3ec71

#ba71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba71ec Color CSS Codes

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

#ba71ec Text Font Color

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

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


#ba71ec Background Color

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

This div background color is #ba71ec


#ba71ec Border Color

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

This div border color is #ba71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba71ec


Comments

No comments written yet.

Please login to write comment.