Color Hex Logo

#ba00da Color Hex

#BA00DA
(186,0,218)
0 Favorites   0 Comments

Color spaces of #ba00da

RGB 1860218
HSL0.811.000.43
HSV291°100°85°
CMYK 0.151.000.00   0.15
XYZ32.904615.501167.5874
Yxy15.50110.28370.1336
Hunter Lab39.371480.2810-74.2208
CIE-Lab46.313082.4921-63.1714

#ba00da color RGB value is (186,0,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11011010
Octal 272 0 332
Decimal 186 0 218
Hex BA 0 DA

RGB Percentages of Color #ba00da

%46.04
%0.00
%53.96

CMYK Percentages of Color #ba00da

%15
%100
%0
%15

Triadic Colors of #ba00da

#ba00da #daba00 #00daba

Analogous Colors of #ba00da

#ba00da #da008d #4d00da

Monochromatic Colors of #ba00da

#ba00da

Complementary Color

#ba00da #20da00

#ba00da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00da Color CSS Codes

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

#ba00da Text Font Color

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

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


#ba00da Background Color

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

This div background color is #ba00da


#ba00da Border Color

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

This div border color is #ba00da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00da


Comments

No comments written yet.

Please login to write comment.