Color Hex Logo

#b3617e Color Hex

#B3617E
(179,97,126)
0 Favorites   0 Comments

Color spaces of #b3617e

RGB 17997126
HSL0.940.350.54
HSV339°46°70°
CMYK 0.000.460.30   0.30
XYZ26.631019.639522.1258
Yxy19.63950.38940.2871
Hunter Lab44.316529.71181.4199
CIE-Lab51.427136.5454-1.3289

#b3617e color RGB value is (179,97,126).

#b3617e hex color red value is 179, green value is 97 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3617e hue: 0.94 , saturation: 0.35 and the lightness value of b3617e is 0.54.

The process color (four color CMYK) of #b3617e color hex is 0.00, 0.46, 0.30, 0.30. Web safe color of #b3617e is #cc6666. Color #b3617e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 01111110
Octal 263 141 176
Decimal 179 97 126
Hex B3 61 7E

RGB Percentages of Color #b3617e

%44.53
%24.13
%31.34

CMYK Percentages of Color #b3617e

%0
%46
%30
%30

Triadic Colors of #b3617e

#b3617e #7eb361 #617eb3

Analogous Colors of #b3617e

#b3617e #b36d61 #b361a7

Monochromatic Colors of #b3617e

#b3617e

Complementary Color

#b3617e #61b396

#b3617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3617e Color CSS Codes

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

#b3617e Text Font Color

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

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


#b3617e Background Color

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

This div background color is #b3617e


#b3617e Border Color

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

This div border color is #b3617e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3617e


Comments

No comments written yet.

Please login to write comment.