Color Hex Logo

#b31487 Color Hex

#B31487
(179,20,135)
0 Favorites   0 Comments

Color spaces of #b31487

RGB 17920135
HSL0.880.800.39
HSV317°89°70°
CMYK 0.000.890.25   0.30
XYZ23.213711.833323.9822
Yxy11.83330.39330.2005
Hunter Lab34.399660.2571-17.2553
CIE-Lab40.949967.0659-22.5936

#b31487 color RGB value is (179,20,135).

#b31487 hex color red value is 179, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b31487 hue: 0.88 , saturation: 0.80 and the lightness value of b31487 is 0.39.

The process color (four color CMYK) of #b31487 color hex is 0.00, 0.89, 0.25, 0.30. Web safe color of #b31487 is #cc0099. Color #b31487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 10000111
Octal 263 24 207
Decimal 179 20 135
Hex B3 14 87

RGB Percentages of Color #b31487

%53.59
%5.99
%40.42

CMYK Percentages of Color #b31487

%0
%89
%25
%30

Triadic Colors of #b31487

#b31487 #87b314 #1487b3

Analogous Colors of #b31487

#b31487 #b31437 #9014b3

Monochromatic Colors of #b31487

#b31487

Complementary Color

#b31487 #14b340

#b31487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31487 Color CSS Codes

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

#b31487 Text Font Color

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

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


#b31487 Background Color

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

This div background color is #b31487


#b31487 Border Color

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

This div border color is #b31487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31487


Comments

No comments written yet.

Please login to write comment.