Color Hex Logo

#b3599d Color Hex

#B3599D
(179,89,157)
0 Favorites   0 Comments

Color spaces of #b3599d

RGB 17989157
HSL0.870.370.53
HSV315°50°70°
CMYK 0.000.500.12   0.30
XYZ28.248619.162834.1082
Yxy19.16280.34650.2351
Hunter Lab43.775338.5807-15.5539
CIE-Lab50.877145.4109-20.5248

#b3599d color RGB value is (179,89,157).

#b3599d hex color red value is 179, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b3599d hue: 0.87 , saturation: 0.37 and the lightness value of b3599d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 10011101
Octal 263 131 235
Decimal 179 89 157
Hex B3 59 9D

RGB Percentages of Color #b3599d

%42.12
%20.94
%36.94

CMYK Percentages of Color #b3599d

%0
%50
%12
%30

Triadic Colors of #b3599d

#b3599d #9db359 #599db3

Analogous Colors of #b3599d

#b3599d #b35970 #9c59b3

Monochromatic Colors of #b3599d

#b3599d

Complementary Color

#b3599d #59b36f

#b3599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3599d Color CSS Codes

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

#b3599d Text Font Color

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

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


#b3599d Background Color

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

This div background color is #b3599d


#b3599d Border Color

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

This div border color is #b3599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3599d


Comments

No comments written yet.

Please login to write comment.