Color Hex Logo

#b8265f Color Hex

#B8265F
(184,38,95)
0 Favorites   0 Comments

Color spaces of #b8265f

RGB 1843895
HSL0.930.660.44
HSV337°79°72°
CMYK 0.000.790.48   0.28
XYZ22.525812.402812.0332
Yxy12.40280.47970.2641
Hunter Lab35.217652.54094.3940
CIE-Lab41.849360.07133.7624

#b8265f color RGB value is (184,38,95).

#b8265f hex color red value is 184, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b8265f hue: 0.93 , saturation: 0.66 and the lightness value of b8265f is 0.44.

The process color (four color CMYK) of #b8265f color hex is 0.00, 0.79, 0.48, 0.28. Web safe color of #b8265f is #cc3366. Color #b8265f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 01011111
Octal 270 46 137
Decimal 184 38 95
Hex B8 26 5F

RGB Percentages of Color #b8265f

%58.04
%11.99
%29.97

CMYK Percentages of Color #b8265f

%0
%79
%48
%28

Triadic Colors of #b8265f

#b8265f #5fb826 #265fb8

Analogous Colors of #b8265f

#b8265f #b83626 #b826a8

Monochromatic Colors of #b8265f

#b8265f

Complementary Color

#b8265f #26b87f

#b8265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8265f Color CSS Codes

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

#b8265f Text Font Color

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

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


#b8265f Background Color

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

This div background color is #b8265f


#b8265f Border Color

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

This div border color is #b8265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8265f


Comments

No comments written yet.

Please login to write comment.