Color Hex Logo

#b957dd Color Hex

#B957DD
(185,87,221)
0 Favorites   0 Comments

Color spaces of #b957dd

RGB 18587221
HSL0.790.660.60
HSV284°61°87°
CMYK 0.160.610.00   0.13
XYZ36.466922.351170.7988
Yxy22.35110.28130.1724
Hunter Lab47.276954.9507-55.6949
CIE-Lab54.397659.8829-51.8930

#b957dd color RGB value is (185,87,221).

#b957dd hex color red value is 185, green value is 87 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b957dd hue: 0.79 , saturation: 0.66 and the lightness value of b957dd is 0.60.

The process color (four color CMYK) of #b957dd color hex is 0.16, 0.61, 0.00, 0.13. Web safe color of #b957dd is #cc66cc. Color #b957dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11011101
Octal 271 127 335
Decimal 185 87 221
Hex B9 57 DD

RGB Percentages of Color #b957dd

%37.53
%17.65
%44.83

CMYK Percentages of Color #b957dd

%16
%61
%0
%13

Triadic Colors of #b957dd

#b957dd #ddb957 #57ddb9

Analogous Colors of #b957dd

#b957dd #dd57be #7657dd

Monochromatic Colors of #b957dd

#b957dd

Complementary Color

#b957dd #7bdd57

#b957dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957dd Color CSS Codes

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

#b957dd Text Font Color

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

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


#b957dd Background Color

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

This div background color is #b957dd


#b957dd Border Color

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

This div border color is #b957dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957dd


Comments

No comments written yet.

Please login to write comment.