Color Hex Logo

#b34780 Color Hex

#B34780
(179,71,128)
0 Favorites   0 Comments

Color spaces of #b34780

RGB 17971128
HSL0.910.430.49
HSV328°60°70°
CMYK 0.000.600.28   0.30
XYZ24.739915.648722.1386
Yxy15.64870.39570.2503
Hunter Lab39.558442.4069-5.4903
CIE-Lab46.510249.8039-9.8291

#b34780 color RGB value is (179,71,128).

#b34780 hex color red value is 179, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b34780 hue: 0.91 , saturation: 0.43 and the lightness value of b34780 is 0.49.

The process color (four color CMYK) of #b34780 color hex is 0.00, 0.60, 0.28, 0.30. Web safe color of #b34780 is #cc3399. Color #b34780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 10000000
Octal 263 107 200
Decimal 179 71 128
Hex B3 47 80

RGB Percentages of Color #b34780

%47.35
%18.78
%33.86

CMYK Percentages of Color #b34780

%0
%60
%28
%30

Triadic Colors of #b34780

#b34780 #80b347 #4780b3

Analogous Colors of #b34780

#b34780 #b3474a #b047b3

Monochromatic Colors of #b34780

#b34780

Complementary Color

#b34780 #47b37a

#b34780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34780 Color CSS Codes

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

#b34780 Text Font Color

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

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


#b34780 Background Color

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

This div background color is #b34780


#b34780 Border Color

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

This div border color is #b34780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34780


Comments

No comments written yet.

Please login to write comment.