Color Hex Logo

#b31280 Color Hex

#B31280
(179,18,128)
0 Favorites   0 Comments

Color spaces of #b31280

RGB 17918128
HSL0.890.820.39
HSV319°90°70°
CMYK 0.000.900.28   0.30
XYZ22.703011.574821.4597
Yxy11.57480.40730.2077
Hunter Lab34.021859.5764-13.5828
CIE-Lab40.532266.5576-18.9213

#b31280 color RGB value is (179,18,128).

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

The process color (four color CMYK) of #b31280 color hex is 0.00, 0.90, 0.28, 0.30. Web safe color of #b31280 is #cc0099. Color #b31280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 10000000
Octal 263 22 200
Decimal 179 18 128
Hex B3 12 80

RGB Percentages of Color #b31280

%55.08
%5.54
%39.38

CMYK Percentages of Color #b31280

%0
%90
%28
%30

Triadic Colors of #b31280

#b31280 #80b312 #1280b3

Analogous Colors of #b31280

#b31280 #b31230 #9612b3

Monochromatic Colors of #b31280

#b31280

Complementary Color

#b31280 #12b345

#b31280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31280 Color CSS Codes

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

#b31280 Text Font Color

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

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


#b31280 Background Color

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

This div background color is #b31280


#b31280 Border Color

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

This div border color is #b31280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31280


Comments

No comments written yet.

Please login to write comment.