Color Hex Logo

#ba29de Color Hex

#BA29DE
(186,41,222)
0 Favorites   0 Comments

Color spaces of #ba29de

RGB 18641222
HSL0.800.730.52
HSV288°82°87°
CMYK 0.160.820.00   0.13
XYZ34.227517.298970.6423
Yxy17.29890.28020.1416
Hunter Lab41.591974.1081-71.5874
CIE-Lab48.634577.1292-61.7016

#ba29de color RGB value is (186,41,222).

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

The process color (four color CMYK) of #ba29de color hex is 0.16, 0.82, 0.00, 0.13. Web safe color of #ba29de is #cc33cc. Color #ba29de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 11011110
Octal 272 51 336
Decimal 186 41 222
Hex BA 29 DE

RGB Percentages of Color #ba29de

%41.43
%9.13
%49.44

CMYK Percentages of Color #ba29de

%16
%82
%0
%13

Triadic Colors of #ba29de

#ba29de #deba29 #29deba

Analogous Colors of #ba29de

#ba29de #de29a8 #6029de

Monochromatic Colors of #ba29de

#ba29de

Complementary Color

#ba29de #4dde29

#ba29de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba29de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba29de Color CSS Codes

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

#ba29de Text Font Color

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

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


#ba29de Background Color

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

This div background color is #ba29de


#ba29de Border Color

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

This div border color is #ba29de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba29de


Comments

No comments written yet.

Please login to write comment.