Color Hex Logo

#b771db Color Hex

#B771DB
(183,113,219)
0 Favorites   0 Comments

Color spaces of #b771db

RGB 183113219
HSL0.780.600.65
HSV280°48°86°
CMYK 0.160.480.00   0.14
XYZ38.219726.992070.2134
Yxy26.99200.28220.1993
Hunter Lab51.953840.3939-43.7603
CIE-Lab58.966945.9176-43.5359

#b771db color RGB value is (183,113,219).

#b771db hex color red value is 183, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b771db hue: 0.78 , saturation: 0.60 and the lightness value of b771db is 0.65.

The process color (four color CMYK) of #b771db color hex is 0.16, 0.48, 0.00, 0.14. Web safe color of #b771db is #cc66cc. Color #b771db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11011011
Octal 267 161 333
Decimal 183 113 219
Hex B7 71 DB

RGB Percentages of Color #b771db

%35.53
%21.94
%42.52

CMYK Percentages of Color #b771db

%16
%48
%0
%14

Triadic Colors of #b771db

#b771db #dbb771 #71dbb7

Analogous Colors of #b771db

#b771db #db71ca #8271db

Monochromatic Colors of #b771db

#b771db

Complementary Color

#b771db #95db71

#b771db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771db Color CSS Codes

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

#b771db Text Font Color

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

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


#b771db Background Color

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

This div background color is #b771db


#b771db Border Color

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

This div border color is #b771db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771db


Comments

No comments written yet.

Please login to write comment.