color codes Logo

#b7499a color codes

#B7499A
(183,73,154)
0 Favorites   0 Comments

Color spaces of #b7499a

RGB 18373154
HSL0.880.430.50
HSV316°60°72°
CMYK 0.000.600.16   0.28
XYZ27.743717.165532.4229
Yxy17.16550.35880.2220
Hunter Lab41.431347.0246-17.3967
CIE-Lab48.467953.7956-22.4036

#b7499a color RGB value is (183,73,154).

#b7499a hex color red value is 183, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b7499a hue: 0.88 , saturation: 0.43 and the lightness value of b7499a is 0.50.

The process color (four color CMYK) of #b7499a color code is 0.00, 0.60, 0.16, 0.28. Web safe color of #b7499a is #cc3399. Color #b7499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 10011010
Octal 267 111 232
Decimal 183 73 154
Hex B7 49 9A

RGB Percentages of Color #b7499a

%44.63
%17.80
%37.56

CMYK Percentages of Color #b7499a

%0
%60
%16
%28

Triadic Colors of #b7499a

#b7499a #9ab749 #499ab7

Analogous Colors of #b7499a

#b7499a #b74963 #9d49b7

Monochromatic Colors of #b7499a

#b7499a

Complementary Color

#b7499a #49b766

#b7499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7499a Color CSS Codes

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

#b7499a Text Font Color

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

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


#b7499a Background Color

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

This div background color is #b7499a


#b7499a Border Color

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

This div border color is #b7499a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,73,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 #b7499a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7499a


Comments

No comments written yet.

Please login to write comment.