Color Hex Logo

#ba5079 Color Hex

#BA5079
(186,80,121)
0 Favorites   0 Comments

Color spaces of #ba5079

RGB 18680121
HSL0.940.430.52
HSV337°57°73°
CMYK 0.000.570.35   0.27
XYZ26.569617.556920.0776
Yxy17.55690.41380.2735
Hunter Lab41.901039.86110.9208
CIE-Lab48.954246.9530-1.8462

#ba5079 color RGB value is (186,80,121).

#ba5079 hex color red value is 186, green value is 80 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ba5079 hue: 0.94 , saturation: 0.43 and the lightness value of ba5079 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01111001
Octal 272 120 171
Decimal 186 80 121
Hex BA 50 79

RGB Percentages of Color #ba5079

%48.06
%20.67
%31.27

CMYK Percentages of Color #ba5079

%0
%57
%35
%27

Triadic Colors of #ba5079

#ba5079 #79ba50 #5079ba

Analogous Colors of #ba5079

#ba5079 #ba5c50 #ba50ae

Monochromatic Colors of #ba5079

#ba5079

Complementary Color

#ba5079 #50ba91

#ba5079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5079 Color CSS Codes

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

#ba5079 Text Font Color

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

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


#ba5079 Background Color

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

This div background color is #ba5079


#ba5079 Border Color

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

This div border color is #ba5079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5079


Comments

No comments written yet.

Please login to write comment.