Color Hex Logo

#b7718e Color Hex

#B7718E
(183,113,142)
0 Favorites   0 Comments

Color spaces of #b7718e

RGB 183113142
HSL0.930.330.58
HSV335°38°72°
CMYK 0.000.380.22   0.28
XYZ30.316123.830528.5931
Yxy23.83050.36640.2880
Hunter Lab48.816525.4235-0.5562
CIE-Lab55.917731.6339-4.0788

#b7718e color RGB value is (183,113,142).

#b7718e hex color red value is 183, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b7718e hue: 0.93 , saturation: 0.33 and the lightness value of b7718e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 10001110
Octal 267 161 216
Decimal 183 113 142
Hex B7 71 8E

RGB Percentages of Color #b7718e

%41.78
%25.80
%32.42

CMYK Percentages of Color #b7718e

%0
%38
%22
%28

Triadic Colors of #b7718e

#b7718e #8eb771 #718eb7

Analogous Colors of #b7718e

#b7718e #b77771 #b771b1

Monochromatic Colors of #b7718e

#b7718e

Complementary Color

#b7718e #71b79a

#b7718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7718e Color CSS Codes

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

#b7718e Text Font Color

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

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


#b7718e Background Color

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

This div background color is #b7718e


#b7718e Border Color

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

This div border color is #b7718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7718e


Comments

No comments written yet.

Please login to write comment.