color codes Logo

#b5196f color codes

#B5196F
(181,25,111)
0 Favorites   0 Comments

Color spaces of #b5196f

RGB 18125111
HSL0.910.760.40
HSV327°86°71°
CMYK 0.000.860.39   0.29
XYZ22.272911.666716.1169
Yxy11.66670.44500.2331
Hunter Lab34.156656.6228-4.0666
CIE-Lab40.681463.9428-8.0697

#b5196f color RGB value is (181,25,111).

#b5196f hex color red value is 181, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5196f hue: 0.91 , saturation: 0.76 and the lightness value of b5196f is 0.40.

The process color (four color CMYK) of #b5196f color code is 0.00, 0.86, 0.39, 0.29. Web safe color of #b5196f is #cc0066. Color #b5196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 01101111
Octal 265 31 157
Decimal 181 25 111
Hex B5 19 6F

RGB Percentages of Color #b5196f

%57.10
%7.89
%35.02

CMYK Percentages of Color #b5196f

%0
%86
%39
%29

Triadic Colors of #b5196f

#b5196f #6fb519 #196fb5

Analogous Colors of #b5196f

#b5196f #b51921 #ad19b5

Monochromatic Colors of #b5196f

#b5196f

Complementary Color

#b5196f #19b55f

#b5196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5196f Color CSS Codes

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

#b5196f Text Font Color

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

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


#b5196f Background Color

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

This div background color is #b5196f


#b5196f Border Color

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

This div border color is #b5196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5196f


Comments

No comments written yet.

Please login to write comment.