Color Hex Logo

#b8296d Color Hex

#B8296D
(184,41,109)
0 Favorites   0 Comments

Color spaces of #b8296d

RGB 18441109
HSL0.920.640.44
HSV331°78°72°
CMYK 0.000.780.41   0.28
XYZ23.320412.880415.7250
Yxy12.88040.44910.2481
Hunter Lab35.889353.1808-0.8556
CIE-Lab42.582560.5072-3.9275

#b8296d color RGB value is (184,41,109).

#b8296d hex color red value is 184, green value is 41 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b8296d hue: 0.92 , saturation: 0.64 and the lightness value of b8296d is 0.44.

The process color (four color CMYK) of #b8296d color hex is 0.00, 0.78, 0.41, 0.28. Web safe color of #b8296d is #cc3366. Color #b8296d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 01101101
Octal 270 51 155
Decimal 184 41 109
Hex B8 29 6D

RGB Percentages of Color #b8296d

%55.09
%12.28
%32.63

CMYK Percentages of Color #b8296d

%0
%78
%41
%28

Triadic Colors of #b8296d

#b8296d #6db829 #296db8

Analogous Colors of #b8296d

#b8296d #b82d29 #b829b5

Monochromatic Colors of #b8296d

#b8296d

Complementary Color

#b8296d #29b874

#b8296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8296d Color CSS Codes

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

#b8296d Text Font Color

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

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


#b8296d Background Color

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

This div background color is #b8296d


#b8296d Border Color

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

This div border color is #b8296d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,41,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8296d


Comments

No comments written yet.

Please login to write comment.