Color Hex Logo

#b2059f Color Hex

#B2059F
(178,5,159)
0 Favorites   0 Comments

Color spaces of #b2059f

RGB 1785159
HSL0.850.950.36
HSV307°97°70°
CMYK 0.000.970.11   0.30
XYZ24.672412.076733.8315
Yxy12.07670.34960.1711
Hunter Lab34.751565.9136-33.3942
CIE-Lab41.337871.8082-36.6037

#b2059f color RGB value is (178,5,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000101 10011111
Octal 262 5 237
Decimal 178 5 159
Hex B2 5 9F

RGB Percentages of Color #b2059f

%52.05
%1.46
%46.49

CMYK Percentages of Color #b2059f

%0
%97
%11
%30

Triadic Colors of #b2059f

#b2059f #9fb205 #059fb2

Analogous Colors of #b2059f

#b2059f #b20548 #6f05b2

Monochromatic Colors of #b2059f

#b2059f

Complementary Color

#b2059f #05b218

#b2059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2059f Color CSS Codes

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

#b2059f Text Font Color

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

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


#b2059f Background Color

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

This div background color is #b2059f


#b2059f Border Color

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

This div border color is #b2059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2059f


Comments

No comments written yet.

Please login to write comment.