Color Hex Logo

#b64aac Color Hex

#B64AAC
(182,74,172)
0 Favorites   0 Comments

Color spaces of #b64aac

RGB 18274172
HSL0.850.430.50
HSV306°59°71°
CMYK 0.000.590.05   0.29
XYZ29.186617.821240.9313
Yxy17.82120.33190.2027
Hunter Lab42.215249.5343-27.9362
CIE-Lab49.278555.9545-31.7936

#b64aac color RGB value is (182,74,172).

#b64aac hex color red value is 182, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b64aac hue: 0.85 , saturation: 0.43 and the lightness value of b64aac is 0.50.

The process color (four color CMYK) of #b64aac color hex is 0.00, 0.59, 0.05, 0.29. Web safe color of #b64aac is #cc3399. Color #b64aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001010 10101100
Octal 266 112 254
Decimal 182 74 172
Hex B6 4A AC

RGB Percentages of Color #b64aac

%42.52
%17.29
%40.19

CMYK Percentages of Color #b64aac

%0
%59
%5
%29

Triadic Colors of #b64aac

#b64aac #acb64a #4aacb6

Analogous Colors of #b64aac

#b64aac #b64a76 #8a4ab6

Monochromatic Colors of #b64aac

#b64aac

Complementary Color

#b64aac #4ab654

#b64aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64aac Color CSS Codes

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

#b64aac Text Font Color

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

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


#b64aac Background Color

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

This div background color is #b64aac


#b64aac Border Color

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

This div border color is #b64aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64aac


Comments

No comments written yet.

Please login to write comment.