Color Hex Logo

#b971de Color Hex

#B971DE
(185,113,222)
0 Favorites   0 Comments

Color spaces of #b971de

RGB 185113222
HSL0.780.620.66
HSV280°49°87°
CMYK 0.170.490.00   0.13
XYZ39.097527.398572.3350
Yxy27.39850.28160.1974
Hunter Lab52.343641.7275-45.2939
CIE-Lab59.341447.1076-44.6134

#b971de color RGB value is (185,113,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11011110
Octal 271 161 336
Decimal 185 113 222
Hex B9 71 DE

RGB Percentages of Color #b971de

%35.58
%21.73
%42.69

CMYK Percentages of Color #b971de

%17
%49
%0
%13

Triadic Colors of #b971de

#b971de #deb971 #71deb9

Analogous Colors of #b971de

#b971de #de71cd #8371de

Monochromatic Colors of #b971de

#b971de

Complementary Color

#b971de #96de71

#b971de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971de Color CSS Codes

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

#b971de Text Font Color

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

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


#b971de Background Color

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

This div background color is #b971de


#b971de Border Color

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

This div border color is #b971de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971de


Comments

No comments written yet.

Please login to write comment.