Color Hex Logo

#b3759e Color Hex

#B3759E
(179,117,158)
0 Favorites   0 Comments

Color spaces of #b3759e

RGB 179117158
HSL0.890.290.58
HSV320°35°70°
CMYK 0.000.350.12   0.30
XYZ31.123324.774935.4894
Yxy24.77490.34060.2711
Hunter Lab49.774424.5086-7.4320
CIE-Lab56.855430.5974-12.0266

#b3759e color RGB value is (179,117,158).

#b3759e hex color red value is 179, green value is 117 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b3759e hue: 0.89 , saturation: 0.29 and the lightness value of b3759e is 0.58.

The process color (four color CMYK) of #b3759e color hex is 0.00, 0.35, 0.12, 0.30. Web safe color of #b3759e is #cc6699. Color #b3759e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 10011110
Octal 263 165 236
Decimal 179 117 158
Hex B3 75 9E

RGB Percentages of Color #b3759e

%39.43
%25.77
%34.80

CMYK Percentages of Color #b3759e

%0
%35
%12
%30

Triadic Colors of #b3759e

#b3759e #9eb375 #759eb3

Analogous Colors of #b3759e

#b3759e #b3757f #a975b3

Monochromatic Colors of #b3759e

#b3759e

Complementary Color

#b3759e #75b38a

#b3759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3759e Color CSS Codes

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

#b3759e Text Font Color

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

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


#b3759e Background Color

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

This div background color is #b3759e


#b3759e Border Color

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

This div border color is #b3759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3759e


Comments

No comments written yet.

Please login to write comment.