Color Hex Logo

#b67ffa Color Hex

#B67FFA
(182,127,250)
0 Favorites   0 Comments

Color spaces of #b67ffa

RGB 182127250
HSL0.740.920.74
HSV267°49°98°
CMYK 0.270.490.00   0.02
XYZ44.136132.026094.2979
Yxy32.02600.25890.1879
Hunter Lab56.591540.1782-59.1803
CIE-Lab63.364445.1002-53.8034

#b67ffa color RGB value is (182,127,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 11111010
Octal 266 177 372
Decimal 182 127 250
Hex B6 7F FA

RGB Percentages of Color #b67ffa

%32.56
%22.72
%44.72

CMYK Percentages of Color #b67ffa

%27
%49
%0
%2

Triadic Colors of #b67ffa

#b67ffa #fab67f #7ffab6

Analogous Colors of #b67ffa

#b67ffa #f47ffa #7f86fa

Monochromatic Colors of #b67ffa

#b67ffa

Complementary Color

#b67ffa #c3fa7f

#b67ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ffa Color CSS Codes

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

#b67ffa Text Font Color

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

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


#b67ffa Background Color

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

This div background color is #b67ffa


#b67ffa Border Color

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

This div border color is #b67ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ffa


Comments

No comments written yet.

Please login to write comment.