Color Hex Logo

#b971dc Color Hex

#B971DC
(185,113,220)
0 Favorites   0 Comments

Color spaces of #b971dc

RGB 185113220
HSL0.780.600.65
HSV280°49°86°
CMYK 0.160.490.00   0.14
XYZ38.831027.291870.9314
Yxy27.29180.28330.1991
Hunter Lab52.241641.2558-43.9324
CIE-Lab59.243546.6829-43.6461

#b971dc color RGB value is (185,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11011100
Octal 271 161 334
Decimal 185 113 220
Hex B9 71 DC

RGB Percentages of Color #b971dc

%35.71
%21.81
%42.47

CMYK Percentages of Color #b971dc

%16
%49
%0
%14

Triadic Colors of #b971dc

#b971dc #dcb971 #71dcb9

Analogous Colors of #b971dc

#b971dc #dc71ca #8471dc

Monochromatic Colors of #b971dc

#b971dc

Complementary Color

#b971dc #94dc71

#b971dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971dc Color CSS Codes

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

#b971dc Text Font Color

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

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


#b971dc Background Color

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

This div background color is #b971dc


#b971dc Border Color

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

This div border color is #b971dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,113,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b971dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971dc


Comments

No comments written yet.

Please login to write comment.