Color Hex Logo

#ba038b Color Hex

#BA038B
(186,3,139)
0 Favorites   0 Comments

Color spaces of #ba038b

RGB 1863139
HSL0.880.970.37
HSV315°98°73°
CMYK 0.000.980.25   0.27
XYZ24.942512.368325.4988
Yxy12.36830.39710.1969
Hunter Lab35.168665.0519-18.3699
CIE-Lab41.795670.9945-23.6298

#ba038b color RGB value is (186,3,139).

#ba038b hex color red value is 186, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba038b hue: 0.88 , saturation: 0.97 and the lightness value of ba038b is 0.37.

The process color (four color CMYK) of #ba038b color hex is 0.00, 0.98, 0.25, 0.27. Web safe color of #ba038b is #cc0099. Color #ba038b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 10001011
Octal 272 3 213
Decimal 186 3 139
Hex BA 3 8B

RGB Percentages of Color #ba038b

%56.71
%0.91
%42.38

CMYK Percentages of Color #ba038b

%0
%98
%25
%27

Triadic Colors of #ba038b

#ba038b #8bba03 #038bba

Analogous Colors of #ba038b

#ba038b #ba032f #8e03ba

Monochromatic Colors of #ba038b

#ba038b

Complementary Color

#ba038b #03ba32

#ba038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba038b Color CSS Codes

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

#ba038b Text Font Color

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

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


#ba038b Background Color

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

This div background color is #ba038b


#ba038b Border Color

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

This div border color is #ba038b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba038b


Comments

No comments written yet.

Please login to write comment.