Color Hex Logo

#b2039f Color Hex

#B2039F
(178,3,159)
0 Favorites   0 Comments

Color spaces of #b2039f

RGB 1783159
HSL0.850.970.35
HSV307°98°70°
CMYK 0.000.980.11   0.30
XYZ24.650712.033333.8243
Yxy12.03330.34960.1707
Hunter Lab34.689066.1397-33.5297
CIE-Lab41.269072.0111-36.7126

#b2039f color RGB value is (178,3,159).

#b2039f hex color red value is 178, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2039f hue: 0.85 , saturation: 0.97 and the lightness value of b2039f is 0.35.

The process color (four color CMYK) of #b2039f color hex is 0.00, 0.98, 0.11, 0.30. Web safe color of #b2039f is #990099. Color #b2039f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000011 10011111
Octal 262 3 237
Decimal 178 3 159
Hex B2 3 9F

RGB Percentages of Color #b2039f

%52.35
%0.88
%46.76

CMYK Percentages of Color #b2039f

%0
%98
%11
%30

Triadic Colors of #b2039f

#b2039f #9fb203 #039fb2

Analogous Colors of #b2039f

#b2039f #b20348 #6e03b2

Monochromatic Colors of #b2039f

#b2039f

Complementary Color

#b2039f #03b216

#b2039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2039f Color CSS Codes

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

#b2039f Text Font Color

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

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


#b2039f Background Color

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

This div background color is #b2039f


#b2039f Border Color

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

This div border color is #b2039f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2039f


Comments

No comments written yet.

Please login to write comment.