Color Hex Logo

#b271bf Color Hex

#B271BF
(178,113,191)
0 Favorites   0 Comments

Color spaces of #b271bf

RGB 178113191
HSL0.810.380.60
HSV290°41°75°
CMYK 0.070.410.00   0.25
XYZ33.669225.036852.3482
Yxy25.03680.30320.2254
Hunter Lab50.036832.5463-27.0031
CIE-Lab57.111338.6465-30.6250

#b271bf color RGB value is (178,113,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 10111111
Octal 262 161 277
Decimal 178 113 191
Hex B2 71 BF

RGB Percentages of Color #b271bf

%36.93
%23.44
%39.63

CMYK Percentages of Color #b271bf

%7
%41
%0
%25

Triadic Colors of #b271bf

#b271bf #bfb271 #71bfb2

Analogous Colors of #b271bf

#b271bf #bf71a5 #8b71bf

Monochromatic Colors of #b271bf

#b271bf

Complementary Color

#b271bf #7ebf71

#b271bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b271bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b271bf Color CSS Codes

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

#b271bf Text Font Color

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

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


#b271bf Background Color

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

This div background color is #b271bf


#b271bf Border Color

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

This div border color is #b271bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b271bf


Comments

No comments written yet.

Please login to write comment.