Color Hex Logo

#ba71ea Color Hex

#BA71EA
(186,113,234)
0 Favorites   0 Comments

Color spaces of #ba71ea

RGB 186113234
HSL0.770.740.68
HSV276°52°92°
CMYK 0.210.520.00   0.08
XYZ41.006128.189981.1218
Yxy28.18990.27280.1875
Hunter Lab53.094244.9457-53.4224
CIE-Lab60.059949.9655-50.1725

#ba71ea color RGB value is (186,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 11101010
Octal 272 161 352
Decimal 186 113 234
Hex BA 71 EA

RGB Percentages of Color #ba71ea

%34.90
%21.20
%43.90

CMYK Percentages of Color #ba71ea

%21
%52
%0
%8

Triadic Colors of #ba71ea

#ba71ea #eaba71 #71eaba

Analogous Colors of #ba71ea

#ba71ea #ea71de #7e71ea

Monochromatic Colors of #ba71ea

#ba71ea

Complementary Color

#ba71ea #a1ea71

#ba71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba71ea Color CSS Codes

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

#ba71ea Text Font Color

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

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


#ba71ea Background Color

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

This div background color is #ba71ea


#ba71ea Border Color

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

This div border color is #ba71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba71ea


Comments

No comments written yet.

Please login to write comment.