Color Hex Logo

#b34475 Color Hex

#B34475
(179,68,117)
0 Favorites   0 Comments

Color spaces of #b34475

RGB 17968117
HSL0.930.450.48
HSV334°62°70°
CMYK 0.000.620.35   0.30
XYZ23.868415.002318.4674
Yxy15.00230.41630.2616
Hunter Lab38.732842.2150-1.1559
CIE-Lab45.637349.7726-4.4366

#b34475 color RGB value is (179,68,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01110101
Octal 263 104 165
Decimal 179 68 117
Hex B3 44 75

RGB Percentages of Color #b34475

%49.18
%18.68
%32.14

CMYK Percentages of Color #b34475

%0
%62
%35
%30

Triadic Colors of #b34475

#b34475 #75b344 #4475b3

Analogous Colors of #b34475

#b34475 #b34b44 #b344ad

Monochromatic Colors of #b34475

#b34475

Complementary Color

#b34475 #44b382

#b34475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34475 Color CSS Codes

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

#b34475 Text Font Color

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

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


#b34475 Background Color

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

This div background color is #b34475


#b34475 Border Color

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

This div border color is #b34475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,68,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 #b34475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34475


Comments

No comments written yet.

Please login to write comment.