Color Hex Logo

#b34289 Color Hex

#B34289
(179,66,137)
0 Favorites   0 Comments

Color spaces of #b34289

RGB 17966137
HSL0.900.460.48
HSV322°63°70°
CMYK 0.000.630.23   0.30
XYZ25.054015.286325.2970
Yxy15.28630.38170.2329
Hunter Lab39.097745.9627-10.9934
CIE-Lab46.023953.2455-16.0136

#b34289 color RGB value is (179,66,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 10001001
Octal 263 102 211
Decimal 179 66 137
Hex B3 42 89

RGB Percentages of Color #b34289

%46.86
%17.28
%35.86

CMYK Percentages of Color #b34289

%0
%63
%23
%30

Triadic Colors of #b34289

#b34289 #89b342 #4289b3

Analogous Colors of #b34289

#b34289 #b34251 #a542b3

Monochromatic Colors of #b34289

#b34289

Complementary Color

#b34289 #42b36c

#b34289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34289 Color CSS Codes

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

#b34289 Text Font Color

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

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


#b34289 Background Color

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

This div background color is #b34289


#b34289 Border Color

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

This div border color is #b34289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34289


Comments

No comments written yet.

Please login to write comment.