Color Hex Logo

#b2198e Color Hex

#B2198E
(178,25,142)
0 Favorites   0 Comments

Color spaces of #b2198e

RGB 17825142
HSL0.870.750.40
HSV314°86°70°
CMYK 0.000.860.20   0.30
XYZ23.590212.113226.6859
Yxy12.11320.37810.1942
Hunter Lab34.804060.0804-21.0976
CIE-Lab41.395566.8262-26.2037

#b2198e color RGB value is (178,25,142).

#b2198e hex color red value is 178, green value is 25 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b2198e hue: 0.87 , saturation: 0.75 and the lightness value of b2198e is 0.40.

The process color (four color CMYK) of #b2198e color hex is 0.00, 0.86, 0.20, 0.30. Web safe color of #b2198e is #990099. Color #b2198e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 10001110
Octal 262 31 216
Decimal 178 25 142
Hex B2 19 8E

RGB Percentages of Color #b2198e

%51.59
%7.25
%41.16

CMYK Percentages of Color #b2198e

%0
%86
%20
%30

Triadic Colors of #b2198e

#b2198e #8eb219 #198eb2

Analogous Colors of #b2198e

#b2198e #b21942 #8a19b2

Monochromatic Colors of #b2198e

#b2198e

Complementary Color

#b2198e #19b23d

#b2198e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2198e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2198e Color CSS Codes

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

#b2198e Text Font Color

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

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


#b2198e Background Color

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

This div background color is #b2198e


#b2198e Border Color

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

This div border color is #b2198e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2198e


Comments

No comments written yet.

Please login to write comment.