Color Hex Logo

#b35574 Color Hex

#B35574
(179,85,116)
0 Favorites   0 Comments

Color spaces of #b35574

RGB 17985116
HSL0.950.380.52
HSV340°53°70°
CMYK 0.000.530.35   0.30
XYZ24.991317.341718.5531
Yxy17.34170.41050.2848
Hunter Lab41.643434.24672.7353
CIE-Lab48.687741.49560.6517

#b35574 color RGB value is (179,85,116).

#b35574 hex color red value is 179, green value is 85 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b35574 hue: 0.95 , saturation: 0.38 and the lightness value of b35574 is 0.52.

The process color (four color CMYK) of #b35574 color hex is 0.00, 0.53, 0.35, 0.30. Web safe color of #b35574 is #cc6666. Color #b35574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 01110100
Octal 263 125 164
Decimal 179 85 116
Hex B3 55 74

RGB Percentages of Color #b35574

%47.11
%22.37
%30.53

CMYK Percentages of Color #b35574

%0
%53
%35
%30

Triadic Colors of #b35574

#b35574 #74b355 #5574b3

Analogous Colors of #b35574

#b35574 #b36555 #b355a3

Monochromatic Colors of #b35574

#b35574

Complementary Color

#b35574 #55b394

#b35574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35574 Color CSS Codes

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

#b35574 Text Font Color

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

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


#b35574 Background Color

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

This div background color is #b35574


#b35574 Border Color

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

This div border color is #b35574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35574


Comments

No comments written yet.

Please login to write comment.