Color Hex Logo

#ba40be Color Hex

#BA40BE
(186,64,190)
0 Favorites   0 Comments

Color spaces of #ba40be

RGB 18664190
HSL0.830.500.50
HSV298°66°75°
CMYK 0.020.660.00   0.25
XYZ31.377417.823650.5017
Yxy17.82360.31470.1788
Hunter Lab42.218058.7838-41.3708
CIE-Lab49.281564.1793-42.2604

#ba40be color RGB value is (186,64,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000000 10111110
Octal 272 100 276
Decimal 186 64 190
Hex BA 40 BE

RGB Percentages of Color #ba40be

%42.27
%14.55
%43.18

CMYK Percentages of Color #ba40be

%2
%66
%0
%25

Triadic Colors of #ba40be

#ba40be #beba40 #40beba

Analogous Colors of #ba40be

#ba40be #be4083 #7b40be

Monochromatic Colors of #ba40be

#ba40be

Complementary Color

#ba40be #44be40

#ba40be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba40be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba40be Color CSS Codes

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

#ba40be Text Font Color

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

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


#ba40be Background Color

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

This div background color is #ba40be


#ba40be Border Color

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

This div border color is #ba40be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba40be


Comments

No comments written yet.

Please login to write comment.