Color Hex Logo

#b67ffb Color Hex

#B67FFB
(182,127,251)
0 Favorites   0 Comments

Color spaces of #b67ffb

RGB 182127251
HSL0.740.940.74
HSV267°49°98°
CMYK 0.270.490.00   0.02
XYZ44.293432.088995.1260
Yxy32.08890.25830.1871
Hunter Lab56.647140.4401-59.9113
CIE-Lab63.416345.3358-54.2703

#b67ffb color RGB value is (182,127,251).

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

The process color (four color CMYK) of #b67ffb color hex is 0.27, 0.49, 0.00, 0.02. Web safe color of #b67ffb is #cc66ff. Color #b67ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 11111011
Octal 266 177 373
Decimal 182 127 251
Hex B6 7F FB

RGB Percentages of Color #b67ffb

%32.50
%22.68
%44.82

CMYK Percentages of Color #b67ffb

%27
%49
%0
%2

Triadic Colors of #b67ffb

#b67ffb #fbb67f #7ffbb6

Analogous Colors of #b67ffb

#b67ffb #f47ffb #7f86fb

Monochromatic Colors of #b67ffb

#b67ffb

Complementary Color

#b67ffb #c4fb7f

#b67ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ffb Color CSS Codes

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

#b67ffb Text Font Color

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

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


#b67ffb Background Color

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

This div background color is #b67ffb


#b67ffb Border Color

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

This div border color is #b67ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ffb


Comments

No comments written yet.

Please login to write comment.