Color Hex Logo

#b798be Color Hex

#B798BE
(183,152,190)
0 Favorites   0 Comments

Color spaces of #b798be

RGB 183152190
HSL0.800.230.67
HSV289°20°75°
CMYK 0.040.200.00   0.25
XYZ40.050936.241553.5996
Yxy36.24150.30830.2790
Hunter Lab60.200913.4022-10.6479
CIE-Lab66.704018.3703-15.3244

#b798be color RGB value is (183,152,190).

#b798be hex color red value is 183, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b798be hue: 0.80 , saturation: 0.23 and the lightness value of b798be is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011000 10111110
Octal 267 230 276
Decimal 183 152 190
Hex B7 98 BE

RGB Percentages of Color #b798be

%34.86
%28.95
%36.19

CMYK Percentages of Color #b798be

%4
%20
%0
%25

Triadic Colors of #b798be

#b798be #beb798 #98beb7

Analogous Colors of #b798be

#b798be #be98b2 #a498be

Monochromatic Colors of #b798be

#b798be

Complementary Color

#b798be #9fbe98

#b798be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b798be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b798be Color CSS Codes

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

#b798be Text Font Color

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

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


#b798be Background Color

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

This div background color is #b798be


#b798be Border Color

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

This div border color is #b798be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b798be


Comments

No comments written yet.

Please login to write comment.