Color Hex Logo

#b798af Color Hex

#B798AF
(183,152,175)
0 Favorites   0 Comments

Color spaces of #b798af

RGB 183152175
HSL0.880.180.66
HSV315°17°72°
CMYK 0.000.170.04   0.28
XYZ38.494535.618945.4037
Yxy35.61890.32210.2980
Hunter Lab59.681610.6894-3.3287
CIE-Lab66.227715.5035-7.6475

#b798af color RGB value is (183,152,175).

#b798af hex color red value is 183, green value is 152 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b798af hue: 0.88 , saturation: 0.18 and the lightness value of b798af is 0.66.

The process color (four color CMYK) of #b798af color hex is 0.00, 0.17, 0.04, 0.28. Web safe color of #b798af is #cc9999. Color #b798af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011000 10101111
Octal 267 230 257
Decimal 183 152 175
Hex B7 98 AF

RGB Percentages of Color #b798af

%35.88
%29.80
%34.31

CMYK Percentages of Color #b798af

%0
%17
%4
%28

Triadic Colors of #b798af

#b798af #afb798 #98afb7

Analogous Colors of #b798af

#b798af #b798a0 #b098b7

Monochromatic Colors of #b798af

#b798af

Complementary Color

#b798af #98b7a0

#b798af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b798af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b798af Color CSS Codes

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

#b798af Text Font Color

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

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


#b798af Background Color

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

This div background color is #b798af


#b798af Border Color

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

This div border color is #b798af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b798af


Comments

No comments written yet.

Please login to write comment.