Color Hex Logo

#ba229b Color Hex

#BA229B
(186,34,155)
0 Favorites   0 Comments

Color spaces of #ba229b

RGB 18634155
HSL0.870.690.43
HSV312°82°73°
CMYK 0.000.820.17   0.27
XYZ26.738113.949732.2937
Yxy13.94970.36640.1911
Hunter Lab37.349362.4256-25.1200
CIE-Lab44.160768.3043-29.6521

#ba229b color RGB value is (186,34,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100010 10011011
Octal 272 42 233
Decimal 186 34 155
Hex BA 22 9B

RGB Percentages of Color #ba229b

%49.60
%9.07
%41.33

CMYK Percentages of Color #ba229b

%0
%82
%17
%27

Triadic Colors of #ba229b

#ba229b #9bba22 #229bba

Analogous Colors of #ba229b

#ba229b #ba224f #8d22ba

Monochromatic Colors of #ba229b

#ba229b

Complementary Color

#ba229b #22ba41

#ba229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba229b Color CSS Codes

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

#ba229b Text Font Color

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

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


#ba229b Background Color

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

This div background color is #ba229b


#ba229b Border Color

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

This div border color is #ba229b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba229b


Comments

No comments written yet.

Please login to write comment.