Color Hex Logo

#b7749a Color Hex

#B7749A
(183,116,154)
0 Favorites   0 Comments

Color spaces of #b7749a

RGB 183116154
HSL0.910.320.59
HSV326°37°72°
CMYK 0.000.370.16   0.28
XYZ31.606624.891233.7105
Yxy24.89120.35040.2759
Hunter Lab49.891125.7725-5.1374
CIE-Lab56.969331.8815-9.4911

#b7749a color RGB value is (183,116,154).

#b7749a hex color red value is 183, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b7749a hue: 0.91 , saturation: 0.32 and the lightness value of b7749a is 0.59.

The process color (four color CMYK) of #b7749a color hex is 0.00, 0.37, 0.16, 0.28. Web safe color of #b7749a is #cc6699. Color #b7749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 10011010
Octal 267 164 232
Decimal 183 116 154
Hex B7 74 9A

RGB Percentages of Color #b7749a

%40.40
%25.61
%34.00

CMYK Percentages of Color #b7749a

%0
%37
%16
%28

Triadic Colors of #b7749a

#b7749a #9ab774 #749ab7

Analogous Colors of #b7749a

#b7749a #b77479 #b374b7

Monochromatic Colors of #b7749a

#b7749a

Complementary Color

#b7749a #74b791

#b7749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7749a Color CSS Codes

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

#b7749a Text Font Color

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

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


#b7749a Background Color

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

This div background color is #b7749a


#b7749a Border Color

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

This div border color is #b7749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7749a


Comments

No comments written yet.

Please login to write comment.