Color Hex Logo

#ba307d Color Hex

#BA307D
(186,48,125)
0 Favorites   0 Comments

Color spaces of #ba307d

RGB 18648125
HSL0.910.590.46
HSV327°74°73°
CMYK 0.000.740.33   0.27
XYZ25.008314.033720.7927
Yxy14.03370.41800.2345
Hunter Lab37.461653.6038-6.6853
CIE-Lab44.281260.5618-11.2389

#ba307d color RGB value is (186,48,125).

#ba307d hex color red value is 186, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba307d hue: 0.91 , saturation: 0.59 and the lightness value of ba307d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 01111101
Octal 272 60 175
Decimal 186 48 125
Hex BA 30 7D

RGB Percentages of Color #ba307d

%51.81
%13.37
%34.82

CMYK Percentages of Color #ba307d

%0
%74
%33
%27

Triadic Colors of #ba307d

#ba307d #7dba30 #307dba

Analogous Colors of #ba307d

#ba307d #ba3038 #b230ba

Monochromatic Colors of #ba307d

#ba307d

Complementary Color

#ba307d #30ba6d

#ba307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba307d Color CSS Codes

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

#ba307d Text Font Color

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

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


#ba307d Background Color

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

This div background color is #ba307d


#ba307d Border Color

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

This div border color is #ba307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba307d


Comments

No comments written yet.

Please login to write comment.