Color Hex Logo

#ba585a Color Hex

#BA585A
(186,88,90)
0 Favorites   0 Comments

Color spaces of #ba585a

RGB 1868890
HSL1.000.420.54
HSV359°53°73°
CMYK 0.000.530.52   0.27
XYZ25.584918.156711.8290
Yxy18.15670.46040.3267
Hunter Lab42.610732.608813.3682
CIE-Lab49.685639.710717.8194

#ba585a color RGB value is (186,88,90).

#ba585a hex color red value is 186, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba585a hue: 1.00 , saturation: 0.42 and the lightness value of ba585a is 0.54.

The process color (four color CMYK) of #ba585a color hex is 0.00, 0.53, 0.52, 0.27. Web safe color of #ba585a is #cc6666. Color #ba585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01011010
Octal 272 130 132
Decimal 186 88 90
Hex BA 58 5A

RGB Percentages of Color #ba585a

%51.10
%24.18
%24.73

CMYK Percentages of Color #ba585a

%0
%53
%52
%27

Triadic Colors of #ba585a

#ba585a #5aba58 #585aba

Analogous Colors of #ba585a

#ba585a #ba8758 #ba588b

Monochromatic Colors of #ba585a

#ba585a

Complementary Color

#ba585a #58bab8

#ba585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba585a Color CSS Codes

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

#ba585a Text Font Color

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

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


#ba585a Background Color

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

This div background color is #ba585a


#ba585a Border Color

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

This div border color is #ba585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba585a


Comments

No comments written yet.

Please login to write comment.