Color Hex Logo

#b31dbb Color Hex

#B31DBB
(179,29,187)
0 Favorites   0 Comments

Color spaces of #b31dbb

RGB 17929187
HSL0.820.730.42
HSV297°84°73°
CMYK 0.040.840.00   0.27
XYZ27.999414.050348.2500
Yxy14.05030.31010.1556
Hunter Lab37.483767.7385-50.0810
CIE-Lab44.305072.7550-48.5046

#b31dbb color RGB value is (179,29,187).

#b31dbb hex color red value is 179, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b31dbb hue: 0.82 , saturation: 0.73 and the lightness value of b31dbb is 0.42.

The process color (four color CMYK) of #b31dbb color hex is 0.04, 0.84, 0.00, 0.27. Web safe color of #b31dbb is #cc33cc. Color #b31dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 10111011
Octal 263 35 273
Decimal 179 29 187
Hex B3 1D BB

RGB Percentages of Color #b31dbb

%45.32
%7.34
%47.34

CMYK Percentages of Color #b31dbb

%4
%84
%0
%27

Triadic Colors of #b31dbb

#b31dbb #bbb31d #1dbbb3

Analogous Colors of #b31dbb

#b31dbb #bb1d74 #641dbb

Monochromatic Colors of #b31dbb

#b31dbb

Complementary Color

#b31dbb #25bb1d

#b31dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31dbb Color CSS Codes

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

#b31dbb Text Font Color

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

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


#b31dbb Background Color

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

This div background color is #b31dbb


#b31dbb Border Color

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

This div border color is #b31dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31dbb


Comments

No comments written yet.

Please login to write comment.