Color Hex Logo

#b796ee Color Hex

#B796EE
(183,150,238)
0 Favorites   0 Comments

Color spaces of #b796ee

RGB 183150238
HSL0.730.720.76
HSV263°37°93°
CMYK 0.230.370.00   0.07
XYZ45.867438.053085.8164
Yxy38.05300.27020.2242
Hunter Lab61.687124.7711-39.3007
CIE-Lab68.059729.8597-39.8120

#b796ee color RGB value is (183,150,238).

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

The process color (four color CMYK) of #b796ee color hex is 0.23, 0.37, 0.00, 0.07. Web safe color of #b796ee is #cc99ff. Color #b796ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11101110
Octal 267 226 356
Decimal 183 150 238
Hex B7 96 EE

RGB Percentages of Color #b796ee

%32.05
%26.27
%41.68

CMYK Percentages of Color #b796ee

%23
%37
%0
%7

Triadic Colors of #b796ee

#b796ee #eeb796 #96eeb7

Analogous Colors of #b796ee

#b796ee #e396ee #96a1ee

Monochromatic Colors of #b796ee

#b796ee

Complementary Color

#b796ee #cdee96

#b796ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796ee Color CSS Codes

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

#b796ee Text Font Color

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

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


#b796ee Background Color

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

This div background color is #b796ee


#b796ee Border Color

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

This div border color is #b796ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796ee


Comments

No comments written yet.

Please login to write comment.