Color Hex Logo

#ba625f Color Hex

#BA625F
(186,98,95)
0 Favorites   0 Comments

Color spaces of #ba625f

RGB 1869895
HSL0.010.400.55
HSV49°73°
CMYK 0.000.470.49   0.27
XYZ26.682920.000713.2806
Yxy20.00070.44500.3335
Hunter Lab44.722128.236013.6989
CIE-Lab51.838034.986917.7763

#ba625f color RGB value is (186,98,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 01011111
Octal 272 142 137
Decimal 186 98 95
Hex BA 62 5F

RGB Percentages of Color #ba625f

%49.08
%25.86
%25.07

CMYK Percentages of Color #ba625f

%0
%47
%49
%27

Triadic Colors of #ba625f

#ba625f #5fba62 #625fba

Analogous Colors of #ba625f

#ba625f #ba905f #ba5f8a

Monochromatic Colors of #ba625f

#ba625f

Complementary Color

#ba625f #5fb7ba

#ba625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba625f Color CSS Codes

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

#ba625f Text Font Color

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

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


#ba625f Background Color

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

This div background color is #ba625f


#ba625f Border Color

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

This div border color is #ba625f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba625f


Comments

No comments written yet.

Please login to write comment.