Color Hex Logo

#b5678a Color Hex

#B5678A
(181,103,138)
0 Favorites   0 Comments

Color spaces of #b5678a

RGB 181103138
HSL0.930.350.56
HSV333°43°71°
CMYK 0.000.430.24   0.29
XYZ28.493721.359226.6657
Yxy21.35920.37240.2791
Hunter Lab46.216029.1731-1.8579
CIE-Lab53.340435.7556-5.5775

#b5678a color RGB value is (181,103,138).

#b5678a hex color red value is 181, green value is 103 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5678a hue: 0.93 , saturation: 0.35 and the lightness value of b5678a is 0.56.

The process color (four color CMYK) of #b5678a color hex is 0.00, 0.43, 0.24, 0.29. Web safe color of #b5678a is #cc6699. Color #b5678a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 10001010
Octal 265 147 212
Decimal 181 103 138
Hex B5 67 8A

RGB Percentages of Color #b5678a

%42.89
%24.41
%32.70

CMYK Percentages of Color #b5678a

%0
%43
%24
%29

Triadic Colors of #b5678a

#b5678a #8ab567 #678ab5

Analogous Colors of #b5678a

#b5678a #b56b67 #b567b1

Monochromatic Colors of #b5678a

#b5678a

Complementary Color

#b5678a #67b592

#b5678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5678a Color CSS Codes

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

#b5678a Text Font Color

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

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


#b5678a Background Color

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

This div background color is #b5678a


#b5678a Border Color

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

This div border color is #b5678a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,103,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5678a


Comments

No comments written yet.

Please login to write comment.