Color Hex Logo

#b32174 Color Hex

#B32174
(179,33,116)
0 Favorites   0 Comments

Color spaces of #b32174

RGB 17933116
HSL0.910.690.42
HSV326°82°70°
CMYK 0.000.820.35   0.30
XYZ22.286611.932417.6515
Yxy11.93240.42970.2300
Hunter Lab34.543354.7136-6.1167
CIE-Lab41.108562.1652-10.5900

#b32174 color RGB value is (179,33,116).

#b32174 hex color red value is 179, green value is 33 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b32174 hue: 0.91 , saturation: 0.69 and the lightness value of b32174 is 0.42.

The process color (four color CMYK) of #b32174 color hex is 0.00, 0.82, 0.35, 0.30. Web safe color of #b32174 is #cc3366. Color #b32174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 01110100
Octal 263 41 164
Decimal 179 33 116
Hex B3 21 74

RGB Percentages of Color #b32174

%54.57
%10.06
%35.37

CMYK Percentages of Color #b32174

%0
%82
%35
%30

Triadic Colors of #b32174

#b32174 #74b321 #2174b3

Analogous Colors of #b32174

#b32174 #b3212b #a921b3

Monochromatic Colors of #b32174

#b32174

Complementary Color

#b32174 #21b360

#b32174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32174 Color CSS Codes

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

#b32174 Text Font Color

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

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


#b32174 Background Color

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

This div background color is #b32174


#b32174 Border Color

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

This div border color is #b32174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32174


Comments

No comments written yet.

Please login to write comment.