Color Hex Logo

#b68efe Color Hex

#B68EFE
(182,142,254)
0 Favorites   0 Comments

Color spaces of #b68efe

RGB 182142254
HSL0.730.980.78
HSV261°44°100°
CMYK 0.280.440.00   0.00
XYZ46.853836.446898.3314
Yxy36.44680.25800.2007
Hunter Lab60.371232.8835-54.3106
CIE-Lab66.859937.8225-50.4569

#b68efe color RGB value is (182,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001110 11111110
Octal 266 216 376
Decimal 182 142 254
Hex B6 8E FE

RGB Percentages of Color #b68efe

%31.49
%24.57
%43.94

CMYK Percentages of Color #b68efe

%28
%44
%0
%0

Triadic Colors of #b68efe

#b68efe #feb68e #8efeb6

Analogous Colors of #b68efe

#b68efe #ee8efe #8e9efe

Monochromatic Colors of #b68efe

#b68efe

Complementary Color

#b68efe #d6fe8e

#b68efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68efe Color CSS Codes

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

#b68efe Text Font Color

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

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


#b68efe Background Color

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

This div background color is #b68efe


#b68efe Border Color

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

This div border color is #b68efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68efe

Related Colors


Comments

No comments written yet.

Please login to write comment.