Color Hex Logo

#ba3999 Color Hex

#BA3999
(186,57,153)
0 Favorites   0 Comments

Color spaces of #ba3999

RGB 18657153
HSL0.880.530.48
HSV315°69°73°
CMYK 0.000.690.18   0.27
XYZ27.462615.665331.7133
Yxy15.66530.36690.2093
Hunter Lab39.579454.5902-19.8010
CIE-Lab46.532361.0148-24.7594

#ba3999 color RGB value is (186,57,153).

#ba3999 hex color red value is 186, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ba3999 hue: 0.88 , saturation: 0.53 and the lightness value of ba3999 is 0.48.

The process color (four color CMYK) of #ba3999 color hex is 0.00, 0.69, 0.18, 0.27. Web safe color of #ba3999 is #cc3399. Color #ba3999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 10011001
Octal 272 71 231
Decimal 186 57 153
Hex BA 39 99

RGB Percentages of Color #ba3999

%46.97
%14.39
%38.64

CMYK Percentages of Color #ba3999

%0
%69
%18
%27

Triadic Colors of #ba3999

#ba3999 #99ba39 #3999ba

Analogous Colors of #ba3999

#ba3999 #ba3959 #9b39ba

Monochromatic Colors of #ba3999

#ba3999

Complementary Color

#ba3999 #39ba5a

#ba3999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3999 Color CSS Codes

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

#ba3999 Text Font Color

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

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


#ba3999 Background Color

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

This div background color is #ba3999


#ba3999 Border Color

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

This div border color is #ba3999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3999


Comments

No comments written yet.

Please login to write comment.