Color Hex Logo

#ba057d Color Hex

#BA057D
(186,5,125)
0 Favorites   0 Comments

Color spaces of #ba057d

RGB 1865125
HSL0.890.950.37
HSV320°97°73°
CMYK 0.000.970.33   0.27
XYZ24.005612.028320.4585
Yxy12.02830.42490.2129
Hunter Lab34.681862.8585-10.6973
CIE-Lab41.261169.2391-15.8256

#ba057d color RGB value is (186,5,125).

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

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

Base Numbers

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

RGB Percentages of Color #ba057d

%58.86
%1.58
%39.56

CMYK Percentages of Color #ba057d

%0
%97
%33
%27

Triadic Colors of #ba057d

#ba057d #7dba05 #057dba

Analogous Colors of #ba057d

#ba057d #ba0522 #9d05ba

Monochromatic Colors of #ba057d

#ba057d

Complementary Color

#ba057d #05ba42

#ba057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba057d Color CSS Codes

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

#ba057d Text Font Color

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

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


#ba057d Background Color

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

This div background color is #ba057d


#ba057d Border Color

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

This div border color is #ba057d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,5,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 #ba057d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba057d


Comments

No comments written yet.

Please login to write comment.