Color Hex Logo

#ba228c Color Hex

#BA228C
(186,34,140)
0 Favorites   0 Comments

Color spaces of #ba228c

RGB 18634140
HSL0.880.690.43
HSV318°82°73°
CMYK 0.000.820.25   0.27
XYZ25.555413.476626.0653
Yxy13.47660.39260.2070
Hunter Lab36.710560.0165-16.3999
CIE-Lab43.472866.3661-21.6443

#ba228c color RGB value is (186,34,140).

#ba228c hex color red value is 186, green value is 34 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ba228c hue: 0.88 , saturation: 0.69 and the lightness value of ba228c is 0.43.

The process color (four color CMYK) of #ba228c color hex is 0.00, 0.82, 0.25, 0.27. Web safe color of #ba228c is #cc3399. Color #ba228c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100010 10001100
Octal 272 42 214
Decimal 186 34 140
Hex BA 22 8C

RGB Percentages of Color #ba228c

%51.67
%9.44
%38.89

CMYK Percentages of Color #ba228c

%0
%82
%25
%27

Triadic Colors of #ba228c

#ba228c #8cba22 #228cba

Analogous Colors of #ba228c

#ba228c #ba2240 #9c22ba

Monochromatic Colors of #ba228c

#ba228c

Complementary Color

#ba228c #22ba50

#ba228c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba228c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba228c Color CSS Codes

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

#ba228c Text Font Color

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

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


#ba228c Background Color

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

This div background color is #ba228c


#ba228c Border Color

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

This div border color is #ba228c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba228c


Comments

No comments written yet.

Please login to write comment.