Color Hex Logo

#b971dd Color Hex

#B971DD
(185,113,221)
0 Favorites   0 Comments

Color spaces of #b971dd

RGB 185113221
HSL0.780.610.65
HSV280°49°87°
CMYK 0.160.490.00   0.13
XYZ38.963927.345071.6311
Yxy27.34500.28250.1982
Hunter Lab52.292441.4913-44.6118
CIE-Lab59.292346.8951-44.1301

#b971dd color RGB value is (185,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11011101
Octal 271 161 335
Decimal 185 113 221
Hex B9 71 DD

RGB Percentages of Color #b971dd

%35.65
%21.77
%42.58

CMYK Percentages of Color #b971dd

%16
%49
%0
%13

Triadic Colors of #b971dd

#b971dd #ddb971 #71ddb9

Analogous Colors of #b971dd

#b971dd #dd71cb #8371dd

Monochromatic Colors of #b971dd

#b971dd

Complementary Color

#b971dd #95dd71

#b971dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971dd Color CSS Codes

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

#b971dd Text Font Color

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

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


#b971dd Background Color

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

This div background color is #b971dd


#b971dd Border Color

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

This div border color is #b971dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971dd


Comments

No comments written yet.

Please login to write comment.