Color Hex Logo

#b6198f Color Hex

#B6198F
(182,25,143)
0 Favorites   0 Comments

Color spaces of #b6198f

RGB 18225143
HSL0.870.760.41
HSV315°86°71°
CMYK 0.000.860.21   0.29
XYZ24.597012.623527.1268
Yxy12.62350.38230.1962
Hunter Lab35.529661.3982-20.3972
CIE-Lab42.190467.8078-25.5187

#b6198f color RGB value is (182,25,143).

#b6198f hex color red value is 182, green value is 25 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6198f hue: 0.87 , saturation: 0.76 and the lightness value of b6198f is 0.41.

The process color (four color CMYK) of #b6198f color hex is 0.00, 0.86, 0.21, 0.29. Web safe color of #b6198f is #cc0099. Color #b6198f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 10001111
Octal 266 31 217
Decimal 182 25 143
Hex B6 19 8F

RGB Percentages of Color #b6198f

%52.00
%7.14
%40.86

CMYK Percentages of Color #b6198f

%0
%86
%21
%29

Triadic Colors of #b6198f

#b6198f #8fb619 #198fb6

Analogous Colors of #b6198f

#b6198f #b61940 #8f19b6

Monochromatic Colors of #b6198f

#b6198f

Complementary Color

#b6198f #19b640

#b6198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6198f Color CSS Codes

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

#b6198f Text Font Color

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

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


#b6198f Background Color

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

This div background color is #b6198f


#b6198f Border Color

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

This div border color is #b6198f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,25,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 #b6198f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6198f


Comments

No comments written yet.

Please login to write comment.