Color Hex Logo

#ba437d Color Hex

#BA437D
(186,67,125)
0 Favorites   0 Comments

Color spaces of #ba437d

RGB 18667125
HSL0.920.470.50
HSV331°64°73°
CMYK 0.000.640.33   0.27
XYZ25.958515.934121.1095
Yxy15.93410.41200.2529
Hunter Lab39.917546.2234-3.4119
CIE-Lab46.887953.3336-7.3266

#ba437d color RGB value is (186,67,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01111101
Octal 272 103 175
Decimal 186 67 125
Hex BA 43 7D

RGB Percentages of Color #ba437d

%49.21
%17.72
%33.07

CMYK Percentages of Color #ba437d

%0
%64
%33
%27

Triadic Colors of #ba437d

#ba437d #7dba43 #437dba

Analogous Colors of #ba437d

#ba437d #ba4543 #ba43b9

Monochromatic Colors of #ba437d

#ba437d

Complementary Color

#ba437d #43ba80

#ba437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba437d Color CSS Codes

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

#ba437d Text Font Color

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

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


#ba437d Background Color

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

This div background color is #ba437d


#ba437d Border Color

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

This div border color is #ba437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba437d


Comments

No comments written yet.

Please login to write comment.