Color Hex Logo

#ba077d Color Hex

#BA077D
(186,7,125)
0 Favorites   0 Comments

Color spaces of #ba077d

RGB 1867125
HSL0.890.930.38
HSV320°96°73°
CMYK 0.000.960.33   0.27
XYZ24.027312.071720.4657
Yxy12.07170.42480.2134
Hunter Lab34.744462.6383-10.6029
CIE-Lab41.329869.0379-15.7205

#ba077d color RGB value is (186,7,125).

#ba077d hex color red value is 186, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba077d hue: 0.89 , saturation: 0.93 and the lightness value of ba077d is 0.38.

The process color (four color CMYK) of #ba077d color hex is 0.00, 0.96, 0.33, 0.27. Web safe color of #ba077d is #cc0066. Color #ba077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 01111101
Octal 272 7 175
Decimal 186 7 125
Hex BA 7 7D

RGB Percentages of Color #ba077d

%58.49
%2.20
%39.31

CMYK Percentages of Color #ba077d

%0
%96
%33
%27

Triadic Colors of #ba077d

#ba077d #7dba07 #077dba

Analogous Colors of #ba077d

#ba077d #ba0723 #9e07ba

Monochromatic Colors of #ba077d

#ba077d

Complementary Color

#ba077d #07ba44

#ba077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba077d Color CSS Codes

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

#ba077d Text Font Color

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

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


#ba077d Background Color

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

This div background color is #ba077d


#ba077d Border Color

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

This div border color is #ba077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba077d


Comments

No comments written yet.

Please login to write comment.