Color Hex Logo

#b271df Color Hex

#B271DF
(178,113,223)
0 Favorites   0 Comments

Color spaces of #b271df

RGB 178113223
HSL0.770.630.66
HSV275°49°87°
CMYK 0.200.490.00   0.13
XYZ37.584526.602972.9660
Yxy26.60290.27400.1940
Hunter Lab51.578039.8101-47.7714
CIE-Lab58.605045.4219-46.3891

#b271df color RGB value is (178,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 11011111
Octal 262 161 337
Decimal 178 113 223
Hex B2 71 DF

RGB Percentages of Color #b271df

%34.63
%21.98
%43.39

CMYK Percentages of Color #b271df

%20
%49
%0
%13

Triadic Colors of #b271df

#b271df #dfb271 #71dfb2

Analogous Colors of #b271df

#b271df #df71d5 #7b71df

Monochromatic Colors of #b271df

#b271df

Complementary Color

#b271df #9edf71

#b271df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b271df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b271df Color CSS Codes

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

#b271df Text Font Color

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

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


#b271df Background Color

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

This div background color is #b271df


#b271df Border Color

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

This div border color is #b271df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b271df


Comments

No comments written yet.

Please login to write comment.