Color Hex Logo

#b374ac Color Hex

#B374AC
(179,116,172)
0 Favorites   0 Comments

Color spaces of #b374ac

RGB 179116172
HSL0.850.290.58
HSV307°35°70°
CMYK 0.000.350.04   0.30
XYZ32.282225.053042.1640
Yxy25.05300.32440.2518
Hunter Lab50.053027.5328-14.9081
CIE-Lab57.127033.6523-19.6964

#b374ac color RGB value is (179,116,172).

#b374ac hex color red value is 179, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b374ac hue: 0.85 , saturation: 0.29 and the lightness value of b374ac is 0.58.

The process color (four color CMYK) of #b374ac color hex is 0.00, 0.35, 0.04, 0.30. Web safe color of #b374ac is #cc6699. Color #b374ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 10101100
Octal 263 164 254
Decimal 179 116 172
Hex B3 74 AC

RGB Percentages of Color #b374ac

%38.33
%24.84
%36.83

CMYK Percentages of Color #b374ac

%0
%35
%4
%30

Triadic Colors of #b374ac

#b374ac #acb374 #74acb3

Analogous Colors of #b374ac

#b374ac #b3748d #9b74b3

Monochromatic Colors of #b374ac

#b374ac

Complementary Color

#b374ac #74b37b

#b374ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b374ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b374ac Color CSS Codes

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

#b374ac Text Font Color

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

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


#b374ac Background Color

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

This div background color is #b374ac


#b374ac Border Color

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

This div border color is #b374ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b374ac


Comments

No comments written yet.

Please login to write comment.