Color Hex Logo

#b34775 Color Hex

#B34775
(179,71,117)
0 Favorites   0 Comments

Color spaces of #b34775

RGB 17971117
HSL0.930.430.49
HSV334°60°70°
CMYK 0.000.600.35   0.30
XYZ24.054515.374518.5294
Yxy15.37450.41500.2653
Hunter Lab39.210340.8869-0.5711
CIE-Lab46.142948.4111-3.6887

#b34775 color RGB value is (179,71,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 01110101
Octal 263 107 165
Decimal 179 71 117
Hex B3 47 75

RGB Percentages of Color #b34775

%48.77
%19.35
%31.88

CMYK Percentages of Color #b34775

%0
%60
%35
%30

Triadic Colors of #b34775

#b34775 #75b347 #4775b3

Analogous Colors of #b34775

#b34775 #b34f47 #b347ab

Monochromatic Colors of #b34775

#b34775

Complementary Color

#b34775 #47b385

#b34775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34775 Color CSS Codes

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

#b34775 Text Font Color

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

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


#b34775 Background Color

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

This div background color is #b34775


#b34775 Border Color

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

This div border color is #b34775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34775


Comments

No comments written yet.

Please login to write comment.