Color Hex Logo

#b796fc Color Hex

#B796FC
(183,150,252)
0 Favorites   0 Comments

Color spaces of #b796fc

RGB 183150252
HSL0.720.940.79
HSV259°40°99°
CMYK 0.270.400.00   0.01
XYZ48.005538.908297.0753
Yxy38.90820.26090.2115
Hunter Lab62.376428.2165-48.6084
CIE-Lab68.684733.1671-46.4840

#b796fc color RGB value is (183,150,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11111100
Octal 267 226 374
Decimal 183 150 252
Hex B7 96 FC

RGB Percentages of Color #b796fc

%31.28
%25.64
%43.08

CMYK Percentages of Color #b796fc

%27
%40
%0
%1

Triadic Colors of #b796fc

#b796fc #fcb796 #96fcb7

Analogous Colors of #b796fc

#b796fc #ea96fc #96a8fc

Monochromatic Colors of #b796fc

#b796fc

Complementary Color

#b796fc #dbfc96

#b796fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796fc Color CSS Codes

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

#b796fc Text Font Color

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

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


#b796fc Background Color

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

This div background color is #b796fc


#b796fc Border Color

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

This div border color is #b796fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,150,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796fc


Comments

No comments written yet.

Please login to write comment.