Color Hex Logo

#b68afe Color Hex

#B68AFE
(182,138,254)
0 Favorites   0 Comments

Color spaces of #b68afe

RGB 182138254
HSL0.730.980.77
HSV263°46°100°
CMYK 0.280.460.00   0.00
XYZ46.269335.277898.1366
Yxy35.27780.25750.1963
Hunter Lab59.395135.1116-56.3863
CIE-Lab65.964440.0332-51.8731

#b68afe color RGB value is (182,138,254).

#b68afe hex color red value is 182, green value is 138 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b68afe hue: 0.73 , saturation: 0.98 and the lightness value of b68afe is 0.77.

The process color (four color CMYK) of #b68afe color hex is 0.28, 0.46, 0.00, 0.00. Web safe color of #b68afe is #cc99ff. Color #b68afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 11111110
Octal 266 212 376
Decimal 182 138 254
Hex B6 8A FE

RGB Percentages of Color #b68afe

%31.71
%24.04
%44.25

CMYK Percentages of Color #b68afe

%28
%46
%0
%0

Triadic Colors of #b68afe

#b68afe #feb68a #8afeb6

Analogous Colors of #b68afe

#b68afe #f08afe #8a98fe

Monochromatic Colors of #b68afe

#b68afe

Complementary Color

#b68afe #d2fe8a

#b68afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68afe Color CSS Codes

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

#b68afe Text Font Color

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

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


#b68afe Background Color

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

This div background color is #b68afe


#b68afe Border Color

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

This div border color is #b68afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68afe

Related Colors


Comments

No comments written yet.

Please login to write comment.