Color Hex Logo

#b797fb Color Hex

#B797FB
(183,151,251)
0 Favorites   0 Comments

Color spaces of #b797fb

RGB 183151251
HSL0.720.930.79
HSV259°40°98°
CMYK 0.270.400.00   0.02
XYZ48.007639.165596.2962
Yxy39.16550.26170.2135
Hunter Lab62.582327.4102-47.4226
CIE-Lab68.871032.3700-45.6465

#b797fb color RGB value is (183,151,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010111 11111011
Octal 267 227 373
Decimal 183 151 251
Hex B7 97 FB

RGB Percentages of Color #b797fb

%31.28
%25.81
%42.91

CMYK Percentages of Color #b797fb

%27
%40
%0
%2

Triadic Colors of #b797fb

#b797fb #fbb797 #97fbb7

Analogous Colors of #b797fb

#b797fb #e997fb #97a9fb

Monochromatic Colors of #b797fb

#b797fb

Complementary Color

#b797fb #dbfb97

#b797fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b797fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b797fb Color CSS Codes

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

#b797fb Text Font Color

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

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


#b797fb Background Color

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

This div background color is #b797fb


#b797fb Border Color

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

This div border color is #b797fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b797fb

Related Colors


Comments

No comments written yet.

Please login to write comment.