Color Hex Logo

#b31bdd Color Hex

#B31BDD
(179,27,221)
0 Favorites   0 Comments

Color spaces of #b31bdd

RGB 17927221
HSL0.800.780.49
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ32.033515.588069.7271
Yxy15.58800.27300.1328
Hunter Lab39.481675.7334-77.0728
CIE-Lab46.429378.8652-64.7527

#b31bdd color RGB value is (179,27,221).

#b31bdd hex color red value is 179, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b31bdd hue: 0.80 , saturation: 0.78 and the lightness value of b31bdd is 0.49.

The process color (four color CMYK) of #b31bdd color hex is 0.19, 0.88, 0.00, 0.13. Web safe color of #b31bdd is #cc33cc. Color #b31bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011011 11011101
Octal 263 33 335
Decimal 179 27 221
Hex B3 1B DD

RGB Percentages of Color #b31bdd

%41.92
%6.32
%51.76

CMYK Percentages of Color #b31bdd

%19
%88
%0
%13

Triadic Colors of #b31bdd

#b31bdd #ddb31b #1bddb3

Analogous Colors of #b31bdd

#b31bdd #dd1ba6 #521bdd

Monochromatic Colors of #b31bdd

#b31bdd

Complementary Color

#b31bdd #45dd1b

#b31bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31bdd Color CSS Codes

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

#b31bdd Text Font Color

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

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


#b31bdd Background Color

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

This div background color is #b31bdd


#b31bdd Border Color

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

This div border color is #b31bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31bdd


Comments

No comments written yet.

Please login to write comment.