Color Hex Logo

#b2539f Color Hex

#B2539F
(178,83,159)
0 Favorites   0 Comments

Color spaces of #b2539f

RGB 17883159
HSL0.870.380.51
HSV312°53°70°
CMYK 0.000.530.11   0.30
XYZ27.711418.154734.8445
Yxy18.15470.34330.2249
Hunter Lab42.608341.5274-18.6607
CIE-Lab49.683248.4284-23.5537

#b2539f color RGB value is (178,83,159).

#b2539f hex color red value is 178, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2539f hue: 0.87 , saturation: 0.38 and the lightness value of b2539f is 0.51.

The process color (four color CMYK) of #b2539f color hex is 0.00, 0.53, 0.11, 0.30. Web safe color of #b2539f is #996699. Color #b2539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 10011111
Octal 262 123 237
Decimal 178 83 159
Hex B2 53 9F

RGB Percentages of Color #b2539f

%42.38
%19.76
%37.86

CMYK Percentages of Color #b2539f

%0
%53
%11
%30

Triadic Colors of #b2539f

#b2539f #9fb253 #539fb2

Analogous Colors of #b2539f

#b2539f #b25370 #9653b2

Monochromatic Colors of #b2539f

#b2539f

Complementary Color

#b2539f #53b266

#b2539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2539f Color CSS Codes

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

#b2539f Text Font Color

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

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


#b2539f Background Color

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

This div background color is #b2539f


#b2539f Border Color

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

This div border color is #b2539f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,83,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2539f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2539f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2539f;
  box-shadow:         1px 1px 3px 2px #b2539f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,83,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2539f


Comments

No comments written yet.

Please login to write comment.