Color Hex Logo

#b7698f Color Hex

#B7698F
(183,105,143)
0 Favorites   0 Comments

Color spaces of #b7698f

RGB 183105143
HSL0.920.350.56
HSV331°43°72°
CMYK 0.000.430.22   0.28
XYZ29.537922.153628.7059
Yxy22.15360.36740.2756
Hunter Lab47.067629.6517-3.2128
CIE-Lab54.189636.1341-7.2265

#b7698f color RGB value is (183,105,143).

#b7698f hex color red value is 183, green value is 105 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b7698f hue: 0.92 , saturation: 0.35 and the lightness value of b7698f is 0.56.

The process color (four color CMYK) of #b7698f color hex is 0.00, 0.43, 0.22, 0.28. Web safe color of #b7698f is #cc6699. Color #b7698f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 10001111
Octal 267 151 217
Decimal 183 105 143
Hex B7 69 8F

RGB Percentages of Color #b7698f

%42.46
%24.36
%33.18

CMYK Percentages of Color #b7698f

%0
%43
%22
%28

Triadic Colors of #b7698f

#b7698f #8fb769 #698fb7

Analogous Colors of #b7698f

#b7698f #b76a69 #b769b6

Monochromatic Colors of #b7698f

#b7698f

Complementary Color

#b7698f #69b791

#b7698f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7698f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7698f Color CSS Codes

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

#b7698f Text Font Color

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

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


#b7698f Background Color

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

This div background color is #b7698f


#b7698f Border Color

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

This div border color is #b7698f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7698f


Comments

No comments written yet.

Please login to write comment.