Color Hex Logo

#ba47be Color Hex

#BA47BE
(186,71,190)
0 Favorites   0 Comments

Color spaces of #ba47be

RGB 18671190
HSL0.830.480.51
HSV298°63°75°
CMYK 0.020.630.00   0.25
XYZ31.797218.663350.6417
Yxy18.66330.31450.1846
Hunter Lab43.201055.7793-39.2610
CIE-Lab50.290961.3623-40.6628

#ba47be color RGB value is (186,71,190).

#ba47be hex color red value is 186, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba47be hue: 0.83 , saturation: 0.48 and the lightness value of ba47be is 0.51.

The process color (four color CMYK) of #ba47be color hex is 0.02, 0.63, 0.00, 0.25. Web safe color of #ba47be is #cc33cc. Color #ba47be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 10111110
Octal 272 107 276
Decimal 186 71 190
Hex BA 47 BE

RGB Percentages of Color #ba47be

%41.61
%15.88
%42.51

CMYK Percentages of Color #ba47be

%2
%63
%0
%25

Triadic Colors of #ba47be

#ba47be #beba47 #47beba

Analogous Colors of #ba47be

#ba47be #be4787 #7f47be

Monochromatic Colors of #ba47be

#ba47be

Complementary Color

#ba47be #4bbe47

#ba47be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba47be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba47be Color CSS Codes

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

#ba47be Text Font Color

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

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


#ba47be Background Color

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

This div background color is #ba47be


#ba47be Border Color

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

This div border color is #ba47be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba47be


Comments

No comments written yet.

Please login to write comment.