Color Hex Logo

#b7317e Color Hex

#B7317E
(183,49,126)
0 Favorites   0 Comments

Color spaces of #b7317e

RGB 18349126
HSL0.900.580.45
HSV326°73°72°
CMYK 0.000.730.31   0.28
XYZ24.392613.770321.1110
Yxy13.77030.41150.2323
Hunter Lab37.108452.3946-7.7543
CIE-Lab43.901759.5465-12.4779

#b7317e color RGB value is (183,49,126).

#b7317e hex color red value is 183, green value is 49 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b7317e hue: 0.90 , saturation: 0.58 and the lightness value of b7317e is 0.45.

The process color (four color CMYK) of #b7317e color hex is 0.00, 0.73, 0.31, 0.28. Web safe color of #b7317e is #cc3366. Color #b7317e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110001 01111110
Octal 267 61 176
Decimal 183 49 126
Hex B7 31 7E

RGB Percentages of Color #b7317e

%51.12
%13.69
%35.20

CMYK Percentages of Color #b7317e

%0
%73
%31
%28

Triadic Colors of #b7317e

#b7317e #7eb731 #317eb7

Analogous Colors of #b7317e

#b7317e #b7313b #ad31b7

Monochromatic Colors of #b7317e

#b7317e

Complementary Color

#b7317e #31b76a

#b7317e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7317e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7317e Color CSS Codes

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

#b7317e Text Font Color

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

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


#b7317e Background Color

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

This div background color is #b7317e


#b7317e Border Color

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

This div border color is #b7317e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7317e


Comments

No comments written yet.

Please login to write comment.