Color Hex Logo

#b69efb Color Hex

#B69EFB
(182,158,251)
0 Favorites   0 Comments

Color spaces of #b69efb

RGB 182158251
HSL0.710.920.80
HSV255°37°98°
CMYK 0.270.370.00   0.02
XYZ48.930941.363896.6719
Yxy41.36380.26170.2212
Hunter Lab64.314723.2529-44.0990
CIE-Lab70.430128.1864-43.2077

#b69efb color RGB value is (182,158,251).

#b69efb hex color red value is 182, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b69efb hue: 0.71 , saturation: 0.92 and the lightness value of b69efb is 0.80.

The process color (four color CMYK) of #b69efb color hex is 0.27, 0.37, 0.00, 0.02. Web safe color of #b69efb is #cc99ff. Color #b69efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 11111011
Octal 266 236 373
Decimal 182 158 251
Hex B6 9E FB

RGB Percentages of Color #b69efb

%30.80
%26.73
%42.47

CMYK Percentages of Color #b69efb

%27
%37
%0
%2

Triadic Colors of #b69efb

#b69efb #fbb69e #9efbb6

Analogous Colors of #b69efb

#b69efb #e59efb #9eb5fb

Monochromatic Colors of #b69efb

#b69efb

Complementary Color

#b69efb #e3fb9e

#b69efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69efb Color CSS Codes

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

#b69efb Text Font Color

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

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


#b69efb Background Color

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

This div background color is #b69efb


#b69efb Border Color

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

This div border color is #b69efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69efb


Comments

No comments written yet.

Please login to write comment.