Color Hex Logo

#ba548d Color Hex

#BA548D
(186,84,141)
0 Favorites   0 Comments

Color spaces of #ba548d

RGB 18684141
HSL0.910.430.53
HSV326°55°73°
CMYK 0.000.550.24   0.27
XYZ28.227718.702827.3215
Yxy18.70280.38020.2519
Hunter Lab43.246740.8275-7.1843
CIE-Lab50.337747.6538-11.7721

#ba548d color RGB value is (186,84,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 10001101
Octal 272 124 215
Decimal 186 84 141
Hex BA 54 8D

RGB Percentages of Color #ba548d

%45.26
%20.44
%34.31

CMYK Percentages of Color #ba548d

%0
%55
%24
%27

Triadic Colors of #ba548d

#ba548d #8dba54 #548dba

Analogous Colors of #ba548d

#ba548d #ba545a #b454ba

Monochromatic Colors of #ba548d

#ba548d

Complementary Color

#ba548d #54ba81

#ba548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba548d Color CSS Codes

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

#ba548d Text Font Color

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

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


#ba548d Background Color

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

This div background color is #ba548d


#ba548d Border Color

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

This div border color is #ba548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba548d


Comments

No comments written yet.

Please login to write comment.