Color Hex Logo

#b02b5c Color Hex

#B02B5C
(176,43,92)
0 Favorites   0 Comments

Color spaces of #b02b5c

RGB 1764392
HSL0.940.610.43
HSV338°76°69°
CMYK 0.000.760.48   0.31
XYZ20.700111.730611.2984
Yxy11.73060.47340.2683
Hunter Lab34.250047.94504.4164
CIE-Lab40.784756.06393.9217

#b02b5c color RGB value is (176,43,92).

#b02b5c hex color red value is 176, green value is 43 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b02b5c hue: 0.94 , saturation: 0.61 and the lightness value of b02b5c is 0.43.

The process color (four color CMYK) of #b02b5c color hex is 0.00, 0.76, 0.48, 0.31. Web safe color of #b02b5c is #993366. Color #b02b5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101011 01011100
Octal 260 53 134
Decimal 176 43 92
Hex B0 2B 5C

RGB Percentages of Color #b02b5c

%56.59
%13.83
%29.58

CMYK Percentages of Color #b02b5c

%0
%76
%48
%31

Triadic Colors of #b02b5c

#b02b5c #5cb02b #2b5cb0

Analogous Colors of #b02b5c

#b02b5c #b03d2b #b02b9f

Monochromatic Colors of #b02b5c

#b02b5c

Complementary Color

#b02b5c #2bb07f

#b02b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02b5c Color CSS Codes

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

#b02b5c Text Font Color

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

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


#b02b5c Background Color

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

This div background color is #b02b5c


#b02b5c Border Color

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

This div border color is #b02b5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,43,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02b5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02b5c;
  -webkit-box-shadow: 1px 1px 3px 2px #b02b5c;
  box-shadow:         1px 1px 3px 2px #b02b5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,43,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02b5c


Comments

No comments written yet.

Please login to write comment.