Color Hex Logo

#b64d9e Color Hex

#B64D9E
(182,77,158)
0 Favorites   0 Comments

Color spaces of #b64d9e

RGB 18277158
HSL0.870.420.51
HSV314°58°71°
CMYK 0.000.580.13   0.29
XYZ28.116817.721534.2864
Yxy17.72150.35090.2212
Hunter Lab42.096945.5517-18.8217
CIE-Lab49.156652.3074-23.7274

#b64d9e color RGB value is (182,77,158).

#b64d9e hex color red value is 182, green value is 77 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b64d9e hue: 0.87 , saturation: 0.42 and the lightness value of b64d9e is 0.51.

The process color (four color CMYK) of #b64d9e color hex is 0.00, 0.58, 0.13, 0.29. Web safe color of #b64d9e is #cc6699. Color #b64d9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001101 10011110
Octal 266 115 236
Decimal 182 77 158
Hex B6 4D 9E

RGB Percentages of Color #b64d9e

%43.65
%18.47
%37.89

CMYK Percentages of Color #b64d9e

%0
%58
%13
%29

Triadic Colors of #b64d9e

#b64d9e #9eb64d #4d9eb6

Analogous Colors of #b64d9e

#b64d9e #b64d6a #9a4db6

Monochromatic Colors of #b64d9e

#b64d9e

Complementary Color

#b64d9e #4db665

#b64d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64d9e Color CSS Codes

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

#b64d9e Text Font Color

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

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


#b64d9e Background Color

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

This div background color is #b64d9e


#b64d9e Border Color

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

This div border color is #b64d9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,77,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b64d9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b64d9e;
  -webkit-box-shadow: 1px 1px 3px 2px #b64d9e;
  box-shadow:         1px 1px 3px 2px #b64d9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,77,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64d9e


Comments

No comments written yet.

Please login to write comment.