Color Hex Logo

#ba518d Color Hex

#BA518D
(186,81,141)
0 Favorites   0 Comments

Color spaces of #ba518d

RGB 18681141
HSL0.900.430.52
HSV326°56°73°
CMYK 0.000.560.24   0.27
XYZ27.999818.247027.2456
Yxy18.24700.38100.2483
Hunter Lab42.716542.2492-7.9150
CIE-Lab49.794349.0956-12.5919

#ba518d color RGB value is (186,81,141).

#ba518d hex color red value is 186, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ba518d hue: 0.90 , saturation: 0.43 and the lightness value of ba518d is 0.52.

The process color (four color CMYK) of #ba518d color hex is 0.00, 0.56, 0.24, 0.27. Web safe color of #ba518d is #cc6699. Color #ba518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10001101
Octal 272 121 215
Decimal 186 81 141
Hex BA 51 8D

RGB Percentages of Color #ba518d

%45.59
%19.85
%34.56

CMYK Percentages of Color #ba518d

%0
%56
%24
%27

Triadic Colors of #ba518d

#ba518d #8dba51 #518dba

Analogous Colors of #ba518d

#ba518d #ba5158 #b351ba

Monochromatic Colors of #ba518d

#ba518d

Complementary Color

#ba518d #51ba7e

#ba518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba518d Color CSS Codes

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

#ba518d Text Font Color

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

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


#ba518d Background Color

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

This div background color is #ba518d


#ba518d Border Color

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

This div border color is #ba518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba518d


Comments

No comments written yet.

Please login to write comment.