Color Hex Logo

#b787dd Color Hex

#B787DD
(183,135,221)
0 Favorites   0 Comments

Color spaces of #b787dd

RGB 183135221
HSL0.760.560.70
HSV273°39°87°
CMYK 0.170.390.00   0.13
XYZ41.243632.615772.5283
Yxy32.61570.28170.2228
Hunter Lab57.110228.9657-35.3195
CIE-Lab63.848534.3632-36.9978

#b787dd color RGB value is (183,135,221).

#b787dd hex color red value is 183, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b787dd hue: 0.76 , saturation: 0.56 and the lightness value of b787dd is 0.70.

The process color (four color CMYK) of #b787dd color hex is 0.17, 0.39, 0.00, 0.13. Web safe color of #b787dd is #cc99cc. Color #b787dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000111 11011101
Octal 267 207 335
Decimal 183 135 221
Hex B7 87 DD

RGB Percentages of Color #b787dd

%33.95
%25.05
%41.00

CMYK Percentages of Color #b787dd

%17
%39
%0
%13

Triadic Colors of #b787dd

#b787dd #ddb787 #87ddb7

Analogous Colors of #b787dd

#b787dd #dd87d8 #8c87dd

Monochromatic Colors of #b787dd

#b787dd

Complementary Color

#b787dd #addd87

#b787dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b787dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b787dd Color CSS Codes

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

#b787dd Text Font Color

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

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


#b787dd Background Color

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

This div background color is #b787dd


#b787dd Border Color

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

This div border color is #b787dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b787dd


Comments

No comments written yet.

Please login to write comment.