Color Hex Logo

#b0285f Color Hex

#B0285F
(176,40,95)
0 Favorites   0 Comments

Color spaces of #b0285f

RGB 1764095
HSL0.930.630.42
HSV336°77°69°
CMYK 0.000.770.46   0.31
XYZ20.728811.573911.9679
Yxy11.57390.46820.2614
Hunter Lab34.020449.22512.9569
CIE-Lab40.530757.29761.6630

#b0285f color RGB value is (176,40,95).

#b0285f hex color red value is 176, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b0285f hue: 0.93 , saturation: 0.63 and the lightness value of b0285f is 0.42.

The process color (four color CMYK) of #b0285f color hex is 0.00, 0.77, 0.46, 0.31. Web safe color of #b0285f is #993366. Color #b0285f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 01011111
Octal 260 50 137
Decimal 176 40 95
Hex B0 28 5F

RGB Percentages of Color #b0285f

%56.59
%12.86
%30.55

CMYK Percentages of Color #b0285f

%0
%77
%46
%31

Triadic Colors of #b0285f

#b0285f #5fb028 #285fb0

Analogous Colors of #b0285f

#b0285f #b03528 #b028a3

Monochromatic Colors of #b0285f

#b0285f

Complementary Color

#b0285f #28b079

#b0285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0285f Color CSS Codes

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

#b0285f Text Font Color

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

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


#b0285f Background Color

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

This div background color is #b0285f


#b0285f Border Color

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

This div border color is #b0285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0285f


Comments

No comments written yet.

Please login to write comment.