Color Hex Logo

#b31dbf Color Hex

#B31DBF
(179,29,191)
0 Favorites   0 Comments

Color spaces of #b31dbf

RGB 17929191
HSL0.820.740.43
HSV296°85°75°
CMYK 0.060.850.00   0.25
XYZ28.433714.224050.5371
Yxy14.22400.30510.1526
Hunter Lab37.714768.5731-53.0473
CIE-Lab44.552573.3995-50.4500

#b31dbf color RGB value is (179,29,191).

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

The process color (four color CMYK) of #b31dbf color hex is 0.06, 0.85, 0.00, 0.25. Web safe color of #b31dbf is #cc33cc. Color #b31dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 10111111
Octal 263 35 277
Decimal 179 29 191
Hex B3 1D BF

RGB Percentages of Color #b31dbf

%44.86
%7.27
%47.87

CMYK Percentages of Color #b31dbf

%6
%85
%0
%25

Triadic Colors of #b31dbf

#b31dbf #bfb31d #1dbfb3

Analogous Colors of #b31dbf

#b31dbf #bf1d7a #621dbf

Monochromatic Colors of #b31dbf

#b31dbf

Complementary Color

#b31dbf #29bf1d

#b31dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31dbf Color CSS Codes

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

#b31dbf Text Font Color

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

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


#b31dbf Background Color

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

This div background color is #b31dbf


#b31dbf Border Color

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

This div border color is #b31dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31dbf


Comments

No comments written yet.

Please login to write comment.