Color Hex Logo

#b696fb Color Hex

#B696FB
(182,150,251)
0 Favorites   0 Comments

Color spaces of #b696fb

RGB 182150251
HSL0.720.930.79
HSV259°40°98°
CMYK 0.270.400.00   0.02
XYZ47.610338.722896.2317
Yxy38.72280.26080.2121
Hunter Lab62.227627.6718-48.1294
CIE-Lab68.550032.6521-46.1570

#b696fb color RGB value is (182,150,251).

#b696fb hex color red value is 182, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b696fb hue: 0.72 , saturation: 0.93 and the lightness value of b696fb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010110 11111011
Octal 266 226 373
Decimal 182 150 251
Hex B6 96 FB

RGB Percentages of Color #b696fb

%31.22
%25.73
%43.05

CMYK Percentages of Color #b696fb

%27
%40
%0
%2

Triadic Colors of #b696fb

#b696fb #fbb696 #96fbb6

Analogous Colors of #b696fb

#b696fb #e996fb #96a9fb

Monochromatic Colors of #b696fb

#b696fb

Complementary Color

#b696fb #dbfb96

#b696fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b696fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b696fb Color CSS Codes

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

#b696fb Text Font Color

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

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


#b696fb Background Color

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

This div background color is #b696fb


#b696fb Border Color

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

This div border color is #b696fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b696fb

Related Colors


Comments

No comments written yet.

Please login to write comment.