Color Hex Logo

#ba5555 Color Hex

#BA5555
(186,85,85)
0 Favorites   0 Comments

Color spaces of #ba5555

RGB 1868585
HSL0.000.420.53
HSV54°73°
CMYK 0.000.540.54   0.27
XYZ25.137917.592010.6650
Yxy17.59200.47080.3295
Hunter Lab41.942833.581814.2840
CIE-Lab48.997540.785719.8718

#ba5555 color RGB value is (186,85,85).

#ba5555 hex color red value is 186, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ba5555 hue: 0.00 , saturation: 0.42 and the lightness value of ba5555 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 01010101
Octal 272 125 125
Decimal 186 85 85
Hex BA 55 55

RGB Percentages of Color #ba5555

%52.25
%23.88
%23.88

CMYK Percentages of Color #ba5555

%0
%54
%54
%27

Triadic Colors of #ba5555

#ba5555 #55ba55 #5555ba

Analogous Colors of #ba5555

#ba5555 #ba8855 #ba5588

Monochromatic Colors of #ba5555

#ba5555

Complementary Color

#ba5555 #55baba

#ba5555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5555 Color CSS Codes

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

#ba5555 Text Font Color

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

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


#ba5555 Background Color

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

This div background color is #ba5555


#ba5555 Border Color

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

This div border color is #ba5555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5555

#ba5555 Color Palettes


Comments

No comments written yet.

Please login to write comment.