Color Hex Logo

#b34784 Color Hex

#B34784
(179,71,132)
0 Favorites   0 Comments

Color spaces of #b34784

RGB 17971132
HSL0.910.430.49
HSV326°60°70°
CMYK 0.000.600.26   0.30
XYZ25.008515.756123.5529
Yxy15.75610.38880.2450
Hunter Lab39.694042.9965-7.3947
CIE-Lab46.652950.3401-12.0359

#b34784 color RGB value is (179,71,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 10000100
Octal 263 107 204
Decimal 179 71 132
Hex B3 47 84

RGB Percentages of Color #b34784

%46.86
%18.59
%34.55

CMYK Percentages of Color #b34784

%0
%60
%26
%30

Triadic Colors of #b34784

#b34784 #84b347 #4784b3

Analogous Colors of #b34784

#b34784 #b3474e #ac47b3

Monochromatic Colors of #b34784

#b34784

Complementary Color

#b34784 #47b376

#b34784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34784 Color CSS Codes

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

#b34784 Text Font Color

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

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


#b34784 Background Color

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

This div background color is #b34784


#b34784 Border Color

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

This div border color is #b34784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34784


Comments

No comments written yet.

Please login to write comment.