Color Hex Logo

#ba07da Color Hex

#BA07DA
(186,7,218)
0 Favorites   0 Comments

Color spaces of #ba07da

RGB 1867218
HSL0.810.940.44
HSV291°97°85°
CMYK 0.150.970.00   0.15
XYZ32.980615.653067.6127
Yxy15.65300.28370.1347
Hunter Lab39.563979.5615-73.6290
CIE-Lab46.515981.8877-62.8429

#ba07da color RGB value is (186,7,218).

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

The process color (four color CMYK) of #ba07da color hex is 0.15, 0.97, 0.00, 0.15. Web safe color of #ba07da is #cc00cc. Color #ba07da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 11011010
Octal 272 7 332
Decimal 186 7 218
Hex BA 7 DA

RGB Percentages of Color #ba07da

%45.26
%1.70
%53.04

CMYK Percentages of Color #ba07da

%15
%97
%0
%15

Triadic Colors of #ba07da

#ba07da #daba07 #07daba

Analogous Colors of #ba07da

#ba07da #da0791 #5107da

Monochromatic Colors of #ba07da

#ba07da

Complementary Color

#ba07da #27da07

#ba07da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba07da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba07da Color CSS Codes

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

#ba07da Text Font Color

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

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


#ba07da Background Color

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

This div background color is #ba07da


#ba07da Border Color

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

This div border color is #ba07da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba07da


Comments

No comments written yet.

Please login to write comment.