Color Hex Logo

#ba624e Color Hex

#BA624E
(186,98,78)
0 Favorites   0 Comments

Color spaces of #ba624e

RGB 1869878
HSL0.030.440.52
HSV11°58°73°
CMYK 0.000.470.58   0.27
XYZ25.992519.72459.6450
Yxy19.72450.46950.3563
Hunter Lab44.412326.746518.2126
CIE-Lab51.524333.490827.2665

#ba624e color RGB value is (186,98,78).

#ba624e hex color red value is 186, green value is 98 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba624e hue: 0.03 , saturation: 0.44 and the lightness value of ba624e is 0.52.

The process color (four color CMYK) of #ba624e color hex is 0.00, 0.47, 0.58, 0.27. Web safe color of #ba624e is #cc6666. Color #ba624e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 01001110
Octal 272 142 116
Decimal 186 98 78
Hex BA 62 4E

RGB Percentages of Color #ba624e

%51.38
%27.07
%21.55

CMYK Percentages of Color #ba624e

%0
%47
%58
%27

Triadic Colors of #ba624e

#ba624e #4eba62 #624eba

Analogous Colors of #ba624e

#ba624e #ba984e #ba4e70

Monochromatic Colors of #ba624e

#ba624e

Complementary Color

#ba624e #4ea6ba

#ba624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba624e Color CSS Codes

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

#ba624e Text Font Color

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

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


#ba624e Background Color

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

This div background color is #ba624e


#ba624e Border Color

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

This div border color is #ba624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba624e


Comments

No comments written yet.

Please login to write comment.