Color Hex Logo

#b2098f Color Hex

#B2098F
(178,9,143)
0 Favorites   0 Comments

Color spaces of #b2098f

RGB 1789143
HSL0.870.900.37
HSV312°95°70°
CMYK 0.000.950.20   0.30
XYZ23.415711.643526.9999
Yxy11.64350.37730.1876
Hunter Lab34.122662.7763-23.0281
CIE-Lab40.643869.2893-27.9887

#b2098f color RGB value is (178,9,143).

#b2098f hex color red value is 178, green value is 9 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b2098f hue: 0.87 , saturation: 0.90 and the lightness value of b2098f is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001001 10001111
Octal 262 11 217
Decimal 178 9 143
Hex B2 9 8F

RGB Percentages of Color #b2098f

%53.94
%2.73
%43.33

CMYK Percentages of Color #b2098f

%0
%95
%20
%30

Triadic Colors of #b2098f

#b2098f #8fb209 #098fb2

Analogous Colors of #b2098f

#b2098f #b2093b #8109b2

Monochromatic Colors of #b2098f

#b2098f

Complementary Color

#b2098f #09b22c

#b2098f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2098f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2098f Color CSS Codes

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

#b2098f Text Font Color

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

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


#b2098f Background Color

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

This div background color is #b2098f


#b2098f Border Color

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

This div border color is #b2098f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2098f


Comments

No comments written yet.

Please login to write comment.