Color Hex Logo

#b71bdd Color Hex

#B71BDD
(183,27,221)
0 Favorites   0 Comments

Color spaces of #b71bdd

RGB 18327221
HSL0.800.780.49
HSV288°88°87°
CMYK 0.170.880.00   0.13
XYZ32.971516.071669.7710
Yxy16.07160.27750.1353
Hunter Lab40.089476.6508-75.1249
CIE-Lab47.068379.4744-63.6871

#b71bdd color RGB value is (183,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011011 11011101
Octal 267 33 335
Decimal 183 27 221
Hex B7 1B DD

RGB Percentages of Color #b71bdd

%42.46
%6.26
%51.28

CMYK Percentages of Color #b71bdd

%17
%88
%0
%13

Triadic Colors of #b71bdd

#b71bdd #ddb71b #1bddb7

Analogous Colors of #b71bdd

#b71bdd #dd1ba2 #561bdd

Monochromatic Colors of #b71bdd

#b71bdd

Complementary Color

#b71bdd #41dd1b

#b71bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71bdd Color CSS Codes

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

#b71bdd Text Font Color

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

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


#b71bdd Background Color

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

This div background color is #b71bdd


#b71bdd Border Color

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

This div border color is #b71bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71bdd


Comments

No comments written yet.

Please login to write comment.