Color Hex Logo

#b771df Color Hex

#B771DF
(183,113,223)
0 Favorites   0 Comments

Color spaces of #b771df

RGB 183113223
HSL0.770.630.66
HSV278°49°87°
CMYK 0.180.490.00   0.13
XYZ38.752827.205273.0207
Yxy27.20520.27880.1958
Hunter Lab52.158641.3444-46.4934
CIE-Lab59.163846.7771-45.4693

#b771df color RGB value is (183,113,223).

#b771df hex color red value is 183, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b771df hue: 0.77 , saturation: 0.63 and the lightness value of b771df is 0.66.

The process color (four color CMYK) of #b771df color hex is 0.18, 0.49, 0.00, 0.13. Web safe color of #b771df is #cc66cc. Color #b771df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11011111
Octal 267 161 337
Decimal 183 113 223
Hex B7 71 DF

RGB Percentages of Color #b771df

%35.26
%21.77
%42.97

CMYK Percentages of Color #b771df

%18
%49
%0
%13

Triadic Colors of #b771df

#b771df #dfb771 #71dfb7

Analogous Colors of #b771df

#b771df #df71d0 #8071df

Monochromatic Colors of #b771df

#b771df

Complementary Color

#b771df #99df71

#b771df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771df Color CSS Codes

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

#b771df Text Font Color

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

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


#b771df Background Color

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

This div background color is #b771df


#b771df Border Color

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

This div border color is #b771df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771df


Comments

No comments written yet.

Please login to write comment.