Color Hex Logo

#ba07ea Color Hex

#BA07EA
(186,7,234)
0 Favorites   0 Comments

Color spaces of #ba07ea

RGB 1867234
HSL0.800.940.47
HSV287°97°92°
CMYK 0.210.970.00   0.08
XYZ35.177016.531679.1788
Yxy16.53160.26880.1263
Hunter Lab40.659183.2794-86.9990
CIE-Lab47.664384.5701-70.0849

#ba07ea color RGB value is (186,7,234).

#ba07ea hex color red value is 186, green value is 7 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba07ea hue: 0.80 , saturation: 0.94 and the lightness value of ba07ea is 0.47.

The process color (four color CMYK) of #ba07ea color hex is 0.21, 0.97, 0.00, 0.08. Web safe color of #ba07ea is #cc00ff. Color #ba07ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 11101010
Octal 272 7 352
Decimal 186 7 234
Hex BA 7 EA

RGB Percentages of Color #ba07ea

%43.56
%1.64
%54.80

CMYK Percentages of Color #ba07ea

%21
%97
%0
%8

Triadic Colors of #ba07ea

#ba07ea #eaba07 #07eaba

Analogous Colors of #ba07ea

#ba07ea #ea07a9 #4907ea

Monochromatic Colors of #ba07ea

#ba07ea

Complementary Color

#ba07ea #37ea07

#ba07ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba07ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba07ea Color CSS Codes

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

#ba07ea Text Font Color

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

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


#ba07ea Background Color

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

This div background color is #ba07ea


#ba07ea Border Color

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

This div border color is #ba07ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba07ea


Comments

No comments written yet.

Please login to write comment.