Color Hex Logo

#b34cac Color Hex

#B34CAC
(179,76,172)
0 Favorites   0 Comments

Color spaces of #b34cac

RGB 17976172
HSL0.840.400.50
HSV304°58°70°
CMYK 0.000.580.04   0.30
XYZ28.621217.731140.9437
Yxy17.73110.32790.2031
Hunter Lab42.108347.6377-28.1744
CIE-Lab49.168354.2371-31.9982

#b34cac color RGB value is (179,76,172).

#b34cac hex color red value is 179, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b34cac hue: 0.84 , saturation: 0.40 and the lightness value of b34cac is 0.50.

The process color (four color CMYK) of #b34cac color hex is 0.00, 0.58, 0.04, 0.30. Web safe color of #b34cac is #cc3399. Color #b34cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 10101100
Octal 263 114 254
Decimal 179 76 172
Hex B3 4C AC

RGB Percentages of Color #b34cac

%41.92
%17.80
%40.28

CMYK Percentages of Color #b34cac

%0
%58
%4
%30

Triadic Colors of #b34cac

#b34cac #acb34c #4cacb3

Analogous Colors of #b34cac

#b34cac #b34c79 #874cb3

Monochromatic Colors of #b34cac

#b34cac

Complementary Color

#b34cac #4cb353

#b34cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34cac Color CSS Codes

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

#b34cac Text Font Color

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

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


#b34cac Background Color

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

This div background color is #b34cac


#b34cac Border Color

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

This div border color is #b34cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34cac


Comments

No comments written yet.

Please login to write comment.