Color Hex Logo

#b958dd Color Hex

#B958DD
(185,88,221)
0 Favorites   0 Comments

Color spaces of #b958dd

RGB 18588221
HSL0.790.660.61
HSV284°60°87°
CMYK 0.160.600.00   0.13
XYZ36.548522.514270.8260
Yxy22.51420.28140.1733
Hunter Lab47.449154.4567-55.2861
CIE-Lab54.568459.4174-51.6207

#b958dd color RGB value is (185,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 11011101
Octal 271 130 335
Decimal 185 88 221
Hex B9 58 DD

RGB Percentages of Color #b958dd

%37.45
%17.81
%44.74

CMYK Percentages of Color #b958dd

%16
%60
%0
%13

Triadic Colors of #b958dd

#b958dd #ddb958 #58ddb9

Analogous Colors of #b958dd

#b958dd #dd58bf #7758dd

Monochromatic Colors of #b958dd

#b958dd

Complementary Color

#b958dd #7cdd58

#b958dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b958dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b958dd Color CSS Codes

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

#b958dd Text Font Color

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

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


#b958dd Background Color

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

This div background color is #b958dd


#b958dd Border Color

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

This div border color is #b958dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b958dd


Comments

No comments written yet.

Please login to write comment.