Color Hex Logo

#ba29bc Color Hex

#BA29BC
(186,41,188)
0 Favorites   0 Comments

Color spaces of #ba29bc

RGB 18641188
HSL0.830.640.45
HSV299°78°74°
CMYK 0.010.780.00   0.26
XYZ30.119715.655849.0113
Yxy15.65580.31780.1652
Hunter Lab39.567466.6357-45.7441
CIE-Lab46.519671.4035-45.4840

#ba29bc color RGB value is (186,41,188).

#ba29bc hex color red value is 186, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba29bc hue: 0.83 , saturation: 0.64 and the lightness value of ba29bc is 0.45.

The process color (four color CMYK) of #ba29bc color hex is 0.01, 0.78, 0.00, 0.26. Web safe color of #ba29bc is #cc33cc. Color #ba29bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 10111100
Octal 272 51 274
Decimal 186 41 188
Hex BA 29 BC

RGB Percentages of Color #ba29bc

%44.82
%9.88
%45.30

CMYK Percentages of Color #ba29bc

%1
%78
%0
%26

Triadic Colors of #ba29bc

#ba29bc #bcba29 #29bcba

Analogous Colors of #ba29bc

#ba29bc #bc2975 #7129bc

Monochromatic Colors of #ba29bc

#ba29bc

Complementary Color

#ba29bc #2bbc29

#ba29bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba29bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba29bc Color CSS Codes

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

#ba29bc Text Font Color

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

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


#ba29bc Background Color

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

This div background color is #ba29bc


#ba29bc Border Color

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

This div border color is #ba29bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba29bc


Comments

No comments written yet.

Please login to write comment.