Color Hex Logo

#ba437b Color Hex

#BA437B
(186,67,123)
0 Favorites   0 Comments

Color spaces of #ba437b

RGB 18667123
HSL0.920.470.50
HSV332°64°73°
CMYK 0.000.640.34   0.27
XYZ25.832015.883520.4432
Yxy15.88350.41560.2555
Hunter Lab39.854145.9526-2.5150
CIE-Lab46.821353.0930-6.2105

#ba437b color RGB value is (186,67,123).

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

The process color (four color CMYK) of #ba437b color hex is 0.00, 0.64, 0.34, 0.27. Web safe color of #ba437b is #cc3366. Color #ba437b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01111011
Octal 272 103 173
Decimal 186 67 123
Hex BA 43 7B

RGB Percentages of Color #ba437b

%49.47
%17.82
%32.71

CMYK Percentages of Color #ba437b

%0
%64
%34
%27

Triadic Colors of #ba437b

#ba437b #7bba43 #437bba

Analogous Colors of #ba437b

#ba437b #ba4743 #ba43b7

Monochromatic Colors of #ba437b

#ba437b

Complementary Color

#ba437b #43ba82

#ba437b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba437b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba437b Color CSS Codes

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

#ba437b Text Font Color

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

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


#ba437b Background Color

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

This div background color is #ba437b


#ba437b Border Color

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

This div border color is #ba437b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba437b


Comments

No comments written yet.

Please login to write comment.