Color Hex Logo

#ba5792 Color Hex

#BA5792
(186,87,146)
0 Favorites   0 Comments

Color spaces of #ba5792

RGB 18687146
HSL0.900.420.54
HSV324°53°73°
CMYK 0.000.530.22   0.27
XYZ28.846219.330829.4050
Yxy19.33080.37180.2492
Hunter Lab43.966840.1702-8.8764
CIE-Lab51.072046.9075-13.6344

#ba5792 color RGB value is (186,87,146).

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

The process color (four color CMYK) of #ba5792 color hex is 0.00, 0.53, 0.22, 0.27. Web safe color of #ba5792 is #cc6699. Color #ba5792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 10010010
Octal 272 127 222
Decimal 186 87 146
Hex BA 57 92

RGB Percentages of Color #ba5792

%44.39
%20.76
%34.84

CMYK Percentages of Color #ba5792

%0
%53
%22
%27

Triadic Colors of #ba5792

#ba5792 #92ba57 #5792ba

Analogous Colors of #ba5792

#ba5792 #ba5760 #b157ba

Monochromatic Colors of #ba5792

#ba5792

Complementary Color

#ba5792 #57ba7f

#ba5792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5792 Color CSS Codes

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

#ba5792 Text Font Color

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

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


#ba5792 Background Color

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

This div background color is #ba5792


#ba5792 Border Color

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

This div border color is #ba5792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5792


Comments

No comments written yet.

Please login to write comment.