Color Hex Logo

#ba29da Color Hex

#BA29DA
(186,41,218)
0 Favorites   0 Comments

Color spaces of #ba29da

RGB 18641218
HSL0.800.710.51
HSV289°81°85°
CMYK 0.150.810.00   0.15
XYZ33.697517.086967.8517
Yxy17.08690.28400.1440
Hunter Lab41.336373.1753-68.3865
CIE-Lab48.369376.4263-59.8481

#ba29da color RGB value is (186,41,218).

#ba29da hex color red value is 186, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba29da hue: 0.80 , saturation: 0.71 and the lightness value of ba29da is 0.51.

The process color (four color CMYK) of #ba29da color hex is 0.15, 0.81, 0.00, 0.15. Web safe color of #ba29da is #cc33cc. Color #ba29da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 11011010
Octal 272 51 332
Decimal 186 41 218
Hex BA 29 DA

RGB Percentages of Color #ba29da

%41.80
%9.21
%48.99

CMYK Percentages of Color #ba29da

%15
%81
%0
%15

Triadic Colors of #ba29da

#ba29da #daba29 #29daba

Analogous Colors of #ba29da

#ba29da #da29a2 #6129da

Monochromatic Colors of #ba29da

#ba29da

Complementary Color

#ba29da #49da29

#ba29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba29da Color CSS Codes

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

#ba29da Text Font Color

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

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


#ba29da Background Color

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

This div background color is #ba29da


#ba29da Border Color

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

This div border color is #ba29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba29da


Comments

No comments written yet.

Please login to write comment.