Color Hex Logo

#b34773 Color Hex

#B34773
(179,71,115)
0 Favorites   0 Comments

Color spaces of #b34773

RGB 17971115
HSL0.930.430.49
HSV336°60°70°
CMYK 0.000.600.36   0.30
XYZ23.938215.328017.9166
Yxy15.32800.41860.2681
Hunter Lab39.151040.62650.2729
CIE-Lab46.080248.1709-2.5613

#b34773 color RGB value is (179,71,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 01110011
Octal 263 107 163
Decimal 179 71 115
Hex B3 47 73

RGB Percentages of Color #b34773

%49.04
%19.45
%31.51

CMYK Percentages of Color #b34773

%0
%60
%36
%30

Triadic Colors of #b34773

#b34773 #73b347 #4773b3

Analogous Colors of #b34773

#b34773 #b35147 #b347a9

Monochromatic Colors of #b34773

#b34773

Complementary Color

#b34773 #47b387

#b34773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34773 Color CSS Codes

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

#b34773 Text Font Color

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

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


#b34773 Background Color

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

This div background color is #b34773


#b34773 Border Color

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

This div border color is #b34773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34773


Comments

No comments written yet.

Please login to write comment.