Color Hex Logo

#b796ef Color Hex

#B796EF
(183,150,239)
0 Favorites   0 Comments

Color spaces of #b796ef

RGB 183150239
HSL0.730.740.76
HSV262°37°94°
CMYK 0.230.370.00   0.06
XYZ46.014838.112086.5925
Yxy38.11200.26950.2232
Hunter Lab61.734925.0108-39.9487
CIE-Lab68.103130.0922-40.2924

#b796ef color RGB value is (183,150,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11101111
Octal 267 226 357
Decimal 183 150 239
Hex B7 96 EF

RGB Percentages of Color #b796ef

%31.99
%26.22
%41.78

CMYK Percentages of Color #b796ef

%23
%37
%0
%6

Triadic Colors of #b796ef

#b796ef #efb796 #96efb7

Analogous Colors of #b796ef

#b796ef #e496ef #96a2ef

Monochromatic Colors of #b796ef

#b796ef

Complementary Color

#b796ef #ceef96

#b796ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796ef Color CSS Codes

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

#b796ef Text Font Color

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

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


#b796ef Background Color

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

This div background color is #b796ef


#b796ef Border Color

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

This div border color is #b796ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796ef


Comments

No comments written yet.

Please login to write comment.