Color Hex Logo

#ba467d Color Hex

#BA467D
(186,70,125)
0 Favorites   0 Comments

Color spaces of #ba467d

RGB 18670125
HSL0.920.460.50
HSV332°62°73°
CMYK 0.000.620.33   0.27
XYZ26.141516.300121.1705
Yxy16.30010.41100.2562
Hunter Lab40.373444.9242-2.8284
CIE-Lab47.365852.0343-6.6140

#ba467d color RGB value is (186,70,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01111101
Octal 272 106 175
Decimal 186 70 125
Hex BA 46 7D

RGB Percentages of Color #ba467d

%48.82
%18.37
%32.81

CMYK Percentages of Color #ba467d

%0
%62
%33
%27

Triadic Colors of #ba467d

#ba467d #7dba46 #467dba

Analogous Colors of #ba467d

#ba467d #ba4946 #ba46b7

Monochromatic Colors of #ba467d

#ba467d

Complementary Color

#ba467d #46ba83

#ba467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba467d Color CSS Codes

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

#ba467d Text Font Color

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

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


#ba467d Background Color

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

This div background color is #ba467d


#ba467d Border Color

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

This div border color is #ba467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba467d


Comments

No comments written yet.

Please login to write comment.