Color Hex Logo

#b34778 Color Hex

#B34778
(179,71,120)
0 Favorites   0 Comments

Color spaces of #b34778

RGB 17971120
HSL0.920.430.49
HSV333°60°70°
CMYK 0.000.600.33   0.30
XYZ24.233815.446219.4735
Yxy15.44620.40970.2611
Hunter Lab39.301741.2870-1.8663
CIE-Lab46.239448.7792-5.3736

#b34778 color RGB value is (179,71,120).

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

The process color (four color CMYK) of #b34778 color hex is 0.00, 0.60, 0.33, 0.30. Web safe color of #b34778 is #cc3366. Color #b34778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 01111000
Octal 263 107 170
Decimal 179 71 120
Hex B3 47 78

RGB Percentages of Color #b34778

%48.38
%19.19
%32.43

CMYK Percentages of Color #b34778

%0
%60
%33
%30

Triadic Colors of #b34778

#b34778 #78b347 #4778b3

Analogous Colors of #b34778

#b34778 #b34c47 #b347ae

Monochromatic Colors of #b34778

#b34778

Complementary Color

#b34778 #47b382

#b34778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34778 Color CSS Codes

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

#b34778 Text Font Color

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

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


#b34778 Background Color

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

This div background color is #b34778


#b34778 Border Color

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

This div border color is #b34778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34778


Comments

No comments written yet.

Please login to write comment.