Color Hex Logo

#b27fbf Color Hex

#B27FBF
(178,127,191)
0 Favorites   0 Comments

Color spaces of #b27fbf

RGB 178127191
HSL0.800.330.62
HSV288°34°75°
CMYK 0.070.340.00   0.25
XYZ35.353428.405352.9097
Yxy28.40530.30300.2435
Hunter Lab53.296625.1358-21.5519
CIE-Lab60.253130.9071-25.7662

#b27fbf color RGB value is (178,127,191).

#b27fbf hex color red value is 178, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b27fbf hue: 0.80 , saturation: 0.33 and the lightness value of b27fbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 10111111
Octal 262 177 277
Decimal 178 127 191
Hex B2 7F BF

RGB Percentages of Color #b27fbf

%35.89
%25.60
%38.51

CMYK Percentages of Color #b27fbf

%7
%34
%0
%25

Triadic Colors of #b27fbf

#b27fbf #bfb27f #7fbfb2

Analogous Colors of #b27fbf

#b27fbf #bf7fac #927fbf

Monochromatic Colors of #b27fbf

#b27fbf

Complementary Color

#b27fbf #8cbf7f

#b27fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27fbf Color CSS Codes

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

#b27fbf Text Font Color

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

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


#b27fbf Background Color

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

This div background color is #b27fbf


#b27fbf Border Color

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

This div border color is #b27fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27fbf


Comments

No comments written yet.

Please login to write comment.