Color Hex Logo

#b31287 Color Hex

#B31287
(179,18,135)
0 Favorites   0 Comments

Color spaces of #b31287

RGB 17918135
HSL0.880.820.39
HSV316°90°70°
CMYK 0.000.900.25   0.30
XYZ23.179911.765623.9709
Yxy11.76560.39340.1997
Hunter Lab34.301060.5997-17.4235
CIE-Lab40.841167.3832-22.7622

#b31287 color RGB value is (179,18,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 10000111
Octal 263 22 207
Decimal 179 18 135
Hex B3 12 87

RGB Percentages of Color #b31287

%53.92
%5.42
%40.66

CMYK Percentages of Color #b31287

%0
%90
%25
%30

Triadic Colors of #b31287

#b31287 #87b312 #1287b3

Analogous Colors of #b31287

#b31287 #b31237 #8f12b3

Monochromatic Colors of #b31287

#b31287

Complementary Color

#b31287 #12b33e

#b31287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31287 Color CSS Codes

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

#b31287 Text Font Color

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

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


#b31287 Background Color

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

This div background color is #b31287


#b31287 Border Color

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

This div border color is #b31287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31287


Comments

No comments written yet.

Please login to write comment.