Color Hex Logo

#b798cb Color Hex

#B798CB
(183,152,203)
0 Favorites   0 Comments

Color spaces of #b798cb

RGB 183152203
HSL0.770.330.70
HSV276°25°80°
CMYK 0.100.250.00   0.20
XYZ41.536236.835561.4207
Yxy36.83550.29710.2635
Hunter Lab60.692315.9493-17.5170
CIE-Lab67.153421.0110-21.8846

#b798cb color RGB value is (183,152,203).

#b798cb hex color red value is 183, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b798cb hue: 0.77 , saturation: 0.33 and the lightness value of b798cb is 0.70.

The process color (four color CMYK) of #b798cb color hex is 0.10, 0.25, 0.00, 0.20. Web safe color of #b798cb is #cc99cc. Color #b798cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011000 11001011
Octal 267 230 313
Decimal 183 152 203
Hex B7 98 CB

RGB Percentages of Color #b798cb

%34.01
%28.25
%37.73

CMYK Percentages of Color #b798cb

%10
%25
%0
%20

Triadic Colors of #b798cb

#b798cb #cbb798 #98cbb7

Analogous Colors of #b798cb

#b798cb #cb98c6 #9e98cb

Monochromatic Colors of #b798cb

#b798cb

Complementary Color

#b798cb #accb98

#b798cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b798cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b798cb Color CSS Codes

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

#b798cb Text Font Color

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

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


#b798cb Background Color

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

This div background color is #b798cb


#b798cb Border Color

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

This div border color is #b798cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b798cb


Comments

No comments written yet.

Please login to write comment.