Color Hex Logo

#b3819c Color Hex

#B3819C
(179,129,156)
0 Favorites   0 Comments

Color spaces of #b3819c

RGB 179129156
HSL0.910.250.60
HSV328°28°70°
CMYK 0.000.280.13   0.30
XYZ32.441427.684535.0863
Yxy27.68450.34070.2908
Hunter Lab52.616117.9793-2.7055
CIE-Lab59.602623.5541-6.7670

#b3819c color RGB value is (179,129,156).

#b3819c hex color red value is 179, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b3819c hue: 0.91 , saturation: 0.25 and the lightness value of b3819c is 0.60.

The process color (four color CMYK) of #b3819c color hex is 0.00, 0.28, 0.13, 0.30. Web safe color of #b3819c is #cc9999. Color #b3819c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10011100
Octal 263 201 234
Decimal 179 129 156
Hex B3 81 9C

RGB Percentages of Color #b3819c

%38.58
%27.80
%33.62

CMYK Percentages of Color #b3819c

%0
%28
%13
%30

Triadic Colors of #b3819c

#b3819c #9cb381 #819cb3

Analogous Colors of #b3819c

#b3819c #b38183 #b181b3

Monochromatic Colors of #b3819c

#b3819c

Complementary Color

#b3819c #81b398

#b3819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3819c Color CSS Codes

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

#b3819c Text Font Color

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

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


#b3819c Background Color

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

This div background color is #b3819c


#b3819c Border Color

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

This div border color is #b3819c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,129,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3819c


Comments

No comments written yet.

Please login to write comment.