Color Hex Logo

#ba3175 Color Hex

#BA3175
(186,49,117)
0 Favorites   0 Comments

Color spaces of #ba3175

RGB 18649117
HSL0.920.580.46
HSV330°74°73°
CMYK 0.000.740.37   0.27
XYZ24.558913.920118.2221
Yxy13.92010.43310.2455
Hunter Lab37.309752.2049-2.8406
CIE-Lab44.118159.3340-6.5636

#ba3175 color RGB value is (186,49,117).

#ba3175 hex color red value is 186, green value is 49 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ba3175 hue: 0.92 , saturation: 0.58 and the lightness value of ba3175 is 0.46.

The process color (four color CMYK) of #ba3175 color hex is 0.00, 0.74, 0.37, 0.27. Web safe color of #ba3175 is #cc3366. Color #ba3175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 01110101
Octal 272 61 165
Decimal 186 49 117
Hex BA 31 75

RGB Percentages of Color #ba3175

%52.84
%13.92
%33.24

CMYK Percentages of Color #ba3175

%0
%74
%37
%27

Triadic Colors of #ba3175

#ba3175 #75ba31 #3175ba

Analogous Colors of #ba3175

#ba3175 #ba3231 #ba31ba

Monochromatic Colors of #ba3175

#ba3175

Complementary Color

#ba3175 #31ba76

#ba3175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3175 Color CSS Codes

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

#ba3175 Text Font Color

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

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


#ba3175 Background Color

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

This div background color is #ba3175


#ba3175 Border Color

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

This div border color is #ba3175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3175

#ba3175 Color Palettes


Comments

No comments written yet.

Please login to write comment.