Color Hex Logo

#b771dd Color Hex

#B771DD
(183,113,221)
0 Favorites   0 Comments

Color spaces of #b771dd

RGB 183113221
HSL0.770.610.65
HSV279°49°87°
CMYK 0.170.490.00   0.13
XYZ38.484727.098071.6087
Yxy27.09800.28050.1975
Hunter Lab52.055740.8671-45.1212
CIE-Lab59.064946.3462-44.5040

#b771dd color RGB value is (183,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11011101
Octal 267 161 335
Decimal 183 113 221
Hex B7 71 DD

RGB Percentages of Color #b771dd

%35.40
%21.86
%42.75

CMYK Percentages of Color #b771dd

%17
%49
%0
%13

Triadic Colors of #b771dd

#b771dd #ddb771 #71ddb7

Analogous Colors of #b771dd

#b771dd #dd71cd #8171dd

Monochromatic Colors of #b771dd

#b771dd

Complementary Color

#b771dd #97dd71

#b771dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771dd Color CSS Codes

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

#b771dd Text Font Color

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

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


#b771dd Background Color

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

This div background color is #b771dd


#b771dd Border Color

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

This div border color is #b771dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771dd


Comments

No comments written yet.

Please login to write comment.