Color Hex Logo

#b2056f Color Hex

#B2056F
(178,5,111)
0 Favorites   0 Comments

Color spaces of #b2056f

RGB 1785111
HSL0.900.950.36
HSV323°97°70°
CMYK 0.000.970.38   0.30
XYZ21.283610.721215.9866
Yxy10.72120.44350.2234
Hunter Lab32.743258.7270-6.0275
CIE-Lab39.106966.0963-10.4986

#b2056f color RGB value is (178,5,111).

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

The process color (four color CMYK) of #b2056f color hex is 0.00, 0.97, 0.38, 0.30. Web safe color of #b2056f is #990066. Color #b2056f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000101 01101111
Octal 262 5 157
Decimal 178 5 111
Hex B2 5 6F

RGB Percentages of Color #b2056f

%60.54
%1.70
%37.76

CMYK Percentages of Color #b2056f

%0
%97
%38
%30

Triadic Colors of #b2056f

#b2056f #6fb205 #056fb2

Analogous Colors of #b2056f

#b2056f #b20519 #9f05b2

Monochromatic Colors of #b2056f

#b2056f

Complementary Color

#b2056f #05b248

#b2056f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2056f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2056f Color CSS Codes

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

#b2056f Text Font Color

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

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


#b2056f Background Color

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

This div background color is #b2056f


#b2056f Border Color

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

This div border color is #b2056f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2056f


Comments

No comments written yet.

Please login to write comment.