Color Hex Logo

#b71bde Color Hex

#B71BDE
(183,27,222)
0 Favorites   0 Comments

Color spaces of #b71bde

RGB 18327222
HSL0.800.780.49
HSV288°88°87°
CMYK 0.180.880.00   0.13
XYZ33.105216.125170.4749
Yxy16.12510.27660.1347
Hunter Lab40.156176.8847-75.9462
CIE-Lab47.138279.6473-64.1445

#b71bde color RGB value is (183,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011011 11011110
Octal 267 33 336
Decimal 183 27 222
Hex B7 1B DE

RGB Percentages of Color #b71bde

%42.36
%6.25
%51.39

CMYK Percentages of Color #b71bde

%18
%88
%0
%13

Triadic Colors of #b71bde

#b71bde #deb71b #1bdeb7

Analogous Colors of #b71bde

#b71bde #de1ba4 #561bde

Monochromatic Colors of #b71bde

#b71bde

Complementary Color

#b71bde #42de1b

#b71bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71bde Color CSS Codes

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

#b71bde Text Font Color

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

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


#b71bde Background Color

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

This div background color is #b71bde


#b71bde Border Color

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

This div border color is #b71bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71bde


Comments

No comments written yet.

Please login to write comment.