Color Hex Logo

#ba5458 Color Hex

#BA5458
(186,84,88)
0 Favorites   0 Comments

Color spaces of #ba5458

RGB 1868488
HSL0.990.430.53
HSV358°55°73°
CMYK 0.000.550.53   0.27
XYZ25.181517.484311.2801
Yxy17.48430.46680.3241
Hunter Lab41.814234.321913.2755
CIE-Lab48.864541.544017.9033

#ba5458 color RGB value is (186,84,88).

#ba5458 hex color red value is 186, green value is 84 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ba5458 hue: 0.99 , saturation: 0.43 and the lightness value of ba5458 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 01011000
Octal 272 124 130
Decimal 186 84 88
Hex BA 54 58

RGB Percentages of Color #ba5458

%51.96
%23.46
%24.58

CMYK Percentages of Color #ba5458

%0
%55
%53
%27

Triadic Colors of #ba5458

#ba5458 #58ba54 #5458ba

Analogous Colors of #ba5458

#ba5458 #ba8354 #ba548b

Monochromatic Colors of #ba5458

#ba5458

Complementary Color

#ba5458 #54bab6

#ba5458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5458 Color CSS Codes

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

#ba5458 Text Font Color

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

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


#ba5458 Background Color

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

This div background color is #ba5458


#ba5458 Border Color

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

This div border color is #ba5458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5458


Comments

No comments written yet.

Please login to write comment.