Color Hex Logo

#ba5362 Color Hex

#BA5362
(186,83,98)
0 Favorites   0 Comments

Color spaces of #ba5362

RGB 1868398
HSL0.980.430.53
HSV351°55°73°
CMYK 0.000.550.47   0.27
XYZ25.547617.507513.5880
Yxy17.50750.45100.3091
Hunter Lab41.842035.764010.0352
CIE-Lab48.893242.969211.9397

#ba5362 color RGB value is (186,83,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 01100010
Octal 272 123 142
Decimal 186 83 98
Hex BA 53 62

RGB Percentages of Color #ba5362

%50.68
%22.62
%26.70

CMYK Percentages of Color #ba5362

%0
%55
%47
%27

Triadic Colors of #ba5362

#ba5362 #62ba53 #5362ba

Analogous Colors of #ba5362

#ba5362 #ba7853 #ba5396

Monochromatic Colors of #ba5362

#ba5362

Complementary Color

#ba5362 #53baab

#ba5362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5362 Color CSS Codes

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

#ba5362 Text Font Color

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

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


#ba5362 Background Color

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

This div background color is #ba5362


#ba5362 Border Color

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

This div border color is #ba5362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5362


Comments

No comments written yet.

Please login to write comment.