Color Hex Logo

#b5617e Color Hex

#B5617E
(181,97,126)
0 Favorites   0 Comments

Color spaces of #b5617e

RGB 18197126
HSL0.940.360.55
HSV339°46°71°
CMYK 0.000.460.30   0.29
XYZ27.096619.879522.1476
Yxy19.87950.39200.2876
Hunter Lab44.586430.45391.7591
CIE-Lab51.700737.2621-0.8958

#b5617e color RGB value is (181,97,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100001 01111110
Octal 265 141 176
Decimal 181 97 126
Hex B5 61 7E

RGB Percentages of Color #b5617e

%44.80
%24.01
%31.19

CMYK Percentages of Color #b5617e

%0
%46
%30
%29

Triadic Colors of #b5617e

#b5617e #7eb561 #617eb5

Analogous Colors of #b5617e

#b5617e #b56e61 #b561a8

Monochromatic Colors of #b5617e

#b5617e

Complementary Color

#b5617e #61b598

#b5617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5617e Color CSS Codes

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

#b5617e Text Font Color

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

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


#b5617e Background Color

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

This div background color is #b5617e


#b5617e Border Color

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

This div border color is #b5617e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5617e


Comments

No comments written yet.

Please login to write comment.