Color Hex Logo

#b31276 Color Hex

#B31276
(179,18,118)
0 Favorites   0 Comments

Color spaces of #b31276

RGB 17918118
HSL0.900.820.39
HSV323°90°70°
CMYK 0.000.900.34   0.30
XYZ22.076711.324318.1618
Yxy11.32430.42820.2196
Hunter Lab33.651658.2123-8.4428
CIE-Lab40.121465.4489-13.3328

#b31276 color RGB value is (179,18,118).

#b31276 hex color red value is 179, green value is 18 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b31276 hue: 0.90 , saturation: 0.82 and the lightness value of b31276 is 0.39.

The process color (four color CMYK) of #b31276 color hex is 0.00, 0.90, 0.34, 0.30. Web safe color of #b31276 is #cc0066. Color #b31276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 01110110
Octal 263 22 166
Decimal 179 18 118
Hex B3 12 76

RGB Percentages of Color #b31276

%56.83
%5.71
%37.46

CMYK Percentages of Color #b31276

%0
%90
%34
%30

Triadic Colors of #b31276

#b31276 #76b312 #1276b3

Analogous Colors of #b31276

#b31276 #b31226 #a012b3

Monochromatic Colors of #b31276

#b31276

Complementary Color

#b31276 #12b34f

#b31276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31276 Color CSS Codes

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

#b31276 Text Font Color

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

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


#b31276 Background Color

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

This div background color is #b31276


#b31276 Border Color

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

This div border color is #b31276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,18,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31276;
  -webkit-box-shadow: 1px 1px 3px 2px #b31276;
  box-shadow:         1px 1px 3px 2px #b31276; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,18,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31276


Comments

No comments written yet.

Please login to write comment.