Color Hex Logo

#b271be Color Hex

#B271BE
(178,113,190)
0 Favorites   0 Comments

Color spaces of #b271be

RGB 178113190
HSL0.810.370.59
HSV291°41°75°
CMYK 0.060.410.00   0.25
XYZ33.559524.992951.7705
Yxy24.99290.30420.2265
Hunter Lab49.992932.3369-26.4031
CIE-Lab57.068538.4462-30.1202

#b271be color RGB value is (178,113,190).

#b271be hex color red value is 178, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b271be hue: 0.81 , saturation: 0.37 and the lightness value of b271be is 0.59.

The process color (four color CMYK) of #b271be color hex is 0.06, 0.41, 0.00, 0.25. Web safe color of #b271be is #9966cc. Color #b271be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 10111110
Octal 262 161 276
Decimal 178 113 190
Hex B2 71 BE

RGB Percentages of Color #b271be

%37.01
%23.49
%39.50

CMYK Percentages of Color #b271be

%6
%41
%0
%25

Triadic Colors of #b271be

#b271be #beb271 #71beb2

Analogous Colors of #b271be

#b271be #be71a4 #8c71be

Monochromatic Colors of #b271be

#b271be

Complementary Color

#b271be #7dbe71

#b271be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b271be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b271be Color CSS Codes

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

#b271be Text Font Color

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

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


#b271be Background Color

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

This div background color is #b271be


#b271be Border Color

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

This div border color is #b271be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b271be


Comments

No comments written yet.

Please login to write comment.