Color Hex Logo

#b2189a Color Hex

#B2189A
(178,24,154)
0 Favorites   0 Comments

Color spaces of #b2189a

RGB 17824154
HSL0.860.760.40
HSV309°87°70°
CMYK 0.000.870.13   0.30
XYZ24.519512.451331.6829
Yxy12.45130.35710.1814
Hunter Lab35.286462.2833-28.5347
CIE-Lab41.924668.6186-32.6613

#b2189a color RGB value is (178,24,154).

#b2189a hex color red value is 178, green value is 24 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b2189a hue: 0.86 , saturation: 0.76 and the lightness value of b2189a is 0.40.

The process color (four color CMYK) of #b2189a color hex is 0.00, 0.87, 0.13, 0.30. Web safe color of #b2189a is #990099. Color #b2189a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 10011010
Octal 262 30 232
Decimal 178 24 154
Hex B2 18 9A

RGB Percentages of Color #b2189a

%50.00
%6.74
%43.26

CMYK Percentages of Color #b2189a

%0
%87
%13
%30

Triadic Colors of #b2189a

#b2189a #9ab218 #189ab2

Analogous Colors of #b2189a

#b2189a #b2184d #7d18b2

Monochromatic Colors of #b2189a

#b2189a

Complementary Color

#b2189a #18b230

#b2189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2189a Color CSS Codes

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

#b2189a Text Font Color

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

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


#b2189a Background Color

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

This div background color is #b2189a


#b2189a Border Color

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

This div border color is #b2189a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,24,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2189a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2189a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2189a;
  box-shadow:         1px 1px 3px 2px #b2189a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,24,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2189a


Comments

No comments written yet.

Please login to write comment.