Color Hex Logo

#b34189 Color Hex

#B34189
(179,65,137)
0 Favorites   0 Comments

Color spaces of #b34189

RGB 17965137
HSL0.890.470.48
HSV322°64°70°
CMYK 0.000.640.23   0.30
XYZ24.996115.170425.2777
Yxy15.17040.38190.2318
Hunter Lab38.949246.3934-11.2143
CIE-Lab45.866753.6757-16.2532

#b34189 color RGB value is (179,65,137).

#b34189 hex color red value is 179, green value is 65 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b34189 hue: 0.89 , saturation: 0.47 and the lightness value of b34189 is 0.48.

The process color (four color CMYK) of #b34189 color hex is 0.00, 0.64, 0.23, 0.30. Web safe color of #b34189 is #cc3399. Color #b34189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 10001001
Octal 263 101 211
Decimal 179 65 137
Hex B3 41 89

RGB Percentages of Color #b34189

%46.98
%17.06
%35.96

CMYK Percentages of Color #b34189

%0
%64
%23
%30

Triadic Colors of #b34189

#b34189 #89b341 #4189b3

Analogous Colors of #b34189

#b34189 #b34150 #a441b3

Monochromatic Colors of #b34189

#b34189

Complementary Color

#b34189 #41b36b

#b34189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34189 Color CSS Codes

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

#b34189 Text Font Color

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

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


#b34189 Background Color

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

This div background color is #b34189


#b34189 Border Color

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

This div border color is #b34189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34189


Comments

No comments written yet.

Please login to write comment.