Color Hex Logo

#b371df Color Hex

#B371DF
(179,113,223)
0 Favorites   0 Comments

Color spaces of #b371df

RGB 179113223
HSL0.770.630.66
HSV276°49°87°
CMYK 0.200.490.00   0.13
XYZ37.814826.721772.9768
Yxy26.72170.27500.1943
Hunter Lab51.693040.1146-47.5166
CIE-Lab58.715845.6920-46.2065

#b371df color RGB value is (179,113,223).

#b371df hex color red value is 179, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b371df hue: 0.77 , saturation: 0.63 and the lightness value of b371df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110001 11011111
Octal 263 161 337
Decimal 179 113 223
Hex B3 71 DF

RGB Percentages of Color #b371df

%34.76
%21.94
%43.30

CMYK Percentages of Color #b371df

%20
%49
%0
%13

Triadic Colors of #b371df

#b371df #dfb371 #71dfb3

Analogous Colors of #b371df

#b371df #df71d4 #7c71df

Monochromatic Colors of #b371df

#b371df

Complementary Color

#b371df #9ddf71

#b371df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b371df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b371df Color CSS Codes

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

#b371df Text Font Color

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

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


#b371df Background Color

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

This div background color is #b371df


#b371df Border Color

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

This div border color is #b371df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b371df


Comments

No comments written yet.

Please login to write comment.