Color Hex Logo

#ba625e Color Hex

#BA625E
(186,98,94)
0 Favorites   0 Comments

Color spaces of #ba625e

RGB 1869894
HSL0.010.400.55
HSV49°73°
CMYK 0.000.470.49   0.27
XYZ26.637819.982613.0427
Yxy19.98260.44650.3349
Hunter Lab44.701928.139613.9923
CIE-Lab51.817534.890618.3369

#ba625e color RGB value is (186,98,94).

#ba625e hex color red value is 186, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba625e hue: 0.01 , saturation: 0.40 and the lightness value of ba625e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 01011110
Octal 272 142 136
Decimal 186 98 94
Hex BA 62 5E

RGB Percentages of Color #ba625e

%49.21
%25.93
%24.87

CMYK Percentages of Color #ba625e

%0
%47
%49
%27

Triadic Colors of #ba625e

#ba625e #5eba62 #625eba

Analogous Colors of #ba625e

#ba625e #ba905e #ba5e88

Monochromatic Colors of #ba625e

#ba625e

Complementary Color

#ba625e #5eb6ba

#ba625e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba625e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba625e Color CSS Codes

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

#ba625e Text Font Color

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

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


#ba625e Background Color

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

This div background color is #ba625e


#ba625e Border Color

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

This div border color is #ba625e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba625e


Comments

No comments written yet.

Please login to write comment.