Color Hex Logo

#b32288 Color Hex

#B32288
(179,34,136)
0 Favorites   0 Comments

Color spaces of #b32288

RGB 17934136
HSL0.880.680.42
HSV318°81°70°
CMYK 0.000.810.24   0.30
XYZ23.606412.505324.4621
Yxy12.50530.38970.2064
Hunter Lab35.362857.2724-16.2596
CIE-Lab42.008264.2570-21.5693

#b32288 color RGB value is (179,34,136).

#b32288 hex color red value is 179, green value is 34 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b32288 hue: 0.88 , saturation: 0.68 and the lightness value of b32288 is 0.42.

The process color (four color CMYK) of #b32288 color hex is 0.00, 0.81, 0.24, 0.30. Web safe color of #b32288 is #cc3399. Color #b32288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100010 10001000
Octal 263 42 210
Decimal 179 34 136
Hex B3 22 88

RGB Percentages of Color #b32288

%51.29
%9.74
%38.97

CMYK Percentages of Color #b32288

%0
%81
%24
%30

Triadic Colors of #b32288

#b32288 #88b322 #2288b3

Analogous Colors of #b32288

#b32288 #b32240 #9622b3

Monochromatic Colors of #b32288

#b32288

Complementary Color

#b32288 #22b34d

#b32288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32288 Color CSS Codes

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

#b32288 Text Font Color

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

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


#b32288 Background Color

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

This div background color is #b32288


#b32288 Border Color

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

This div border color is #b32288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32288


Comments

No comments written yet.

Please login to write comment.