Color Hex Logo

#ba477d Color Hex

#BA477D
(186,71,125)
0 Favorites   0 Comments

Color spaces of #ba477d

RGB 18671125
HSL0.920.450.50
HSV332°62°73°
CMYK 0.000.620.33   0.27
XYZ26.204616.426221.1915
Yxy16.42620.41060.2574
Hunter Lab40.529244.4848-2.6304
CIE-Lab47.528851.5933-6.3713

#ba477d color RGB value is (186,71,125).

#ba477d hex color red value is 186, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba477d hue: 0.92 , saturation: 0.45 and the lightness value of ba477d is 0.50.

The process color (four color CMYK) of #ba477d color hex is 0.00, 0.62, 0.33, 0.27. Web safe color of #ba477d is #cc3366. Color #ba477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 01111101
Octal 272 107 175
Decimal 186 71 125
Hex BA 47 7D

RGB Percentages of Color #ba477d

%48.69
%18.59
%32.72

CMYK Percentages of Color #ba477d

%0
%62
%33
%27

Triadic Colors of #ba477d

#ba477d #7dba47 #477dba

Analogous Colors of #ba477d

#ba477d #ba4a47 #ba47b7

Monochromatic Colors of #ba477d

#ba477d

Complementary Color

#ba477d #47ba84

#ba477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba477d Color CSS Codes

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

#ba477d Text Font Color

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

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


#ba477d Background Color

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

This div background color is #ba477d


#ba477d Border Color

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

This div border color is #ba477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba477d


Comments

No comments written yet.

Please login to write comment.