Color Hex Logo

#b35874 Color Hex

#B35874
(179,88,116)
0 Favorites   0 Comments

Color spaces of #b35874

RGB 17988116
HSL0.950.370.52
HSV342°51°70°
CMYK 0.000.510.35   0.30
XYZ25.232517.824118.6335
Yxy17.82410.40900.2889
Hunter Lab42.218632.80033.3849
CIE-Lab49.282139.96111.5165

#b35874 color RGB value is (179,88,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011000 01110100
Octal 263 130 164
Decimal 179 88 116
Hex B3 58 74

RGB Percentages of Color #b35874

%46.74
%22.98
%30.29

CMYK Percentages of Color #b35874

%0
%51
%35
%30

Triadic Colors of #b35874

#b35874 #74b358 #5874b3

Analogous Colors of #b35874

#b35874 #b36a58 #b358a2

Monochromatic Colors of #b35874

#b35874

Complementary Color

#b35874 #58b397

#b35874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35874 Color CSS Codes

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

#b35874 Text Font Color

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

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


#b35874 Background Color

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

This div background color is #b35874


#b35874 Border Color

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

This div border color is #b35874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35874


Comments

No comments written yet.

Please login to write comment.