Color Hex Logo

#b27ffb Color Hex

#B27FFB
(178,127,251)
0 Favorites   0 Comments

Color spaces of #b27ffb

RGB 178127251
HSL0.740.940.74
HSV265°49°98°
CMYK 0.290.490.00   0.02
XYZ43.362131.608895.0825
Yxy31.60880.25500.1859
Hunter Lab56.221739.2837-60.9164
CIE-Lab63.018244.3154-54.9274

#b27ffb color RGB value is (178,127,251).

#b27ffb hex color red value is 178, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b27ffb hue: 0.74 , saturation: 0.94 and the lightness value of b27ffb is 0.74.

The process color (four color CMYK) of #b27ffb color hex is 0.29, 0.49, 0.00, 0.02. Web safe color of #b27ffb is #9966ff. Color #b27ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 11111011
Octal 262 177 373
Decimal 178 127 251
Hex B2 7F FB

RGB Percentages of Color #b27ffb

%32.01
%22.84
%45.14

CMYK Percentages of Color #b27ffb

%29
%49
%0
%2

Triadic Colors of #b27ffb

#b27ffb #fbb27f #7ffbb2

Analogous Colors of #b27ffb

#b27ffb #f07ffb #7f8afb

Monochromatic Colors of #b27ffb

#b27ffb

Complementary Color

#b27ffb #c8fb7f

#b27ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ffb Color CSS Codes

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

#b27ffb Text Font Color

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

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


#b27ffb Background Color

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

This div background color is #b27ffb


#b27ffb Border Color

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

This div border color is #b27ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ffb


Comments

No comments written yet.

Please login to write comment.