Color Hex Logo

#b92376 Color Hex

#B92376
(185,35,118)
0 Favorites   0 Comments

Color spaces of #b92376

RGB 18535118
HSL0.910.680.43
HSV327°81°73°
CMYK 0.000.810.36   0.27
XYZ23.878612.824418.3563
Yxy12.82440.43370.2329
Hunter Lab35.811256.3528-5.3234
CIE-Lab42.497563.3515-9.6277

#b92376 color RGB value is (185,35,118).

#b92376 hex color red value is 185, green value is 35 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b92376 hue: 0.91 , saturation: 0.68 and the lightness value of b92376 is 0.43.

The process color (four color CMYK) of #b92376 color hex is 0.00, 0.81, 0.36, 0.27. Web safe color of #b92376 is #cc3366. Color #b92376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100011 01110110
Octal 271 43 166
Decimal 185 35 118
Hex B9 23 76

RGB Percentages of Color #b92376

%54.73
%10.36
%34.91

CMYK Percentages of Color #b92376

%0
%81
%36
%27

Triadic Colors of #b92376

#b92376 #76b923 #2376b9

Analogous Colors of #b92376

#b92376 #b9232b #b123b9

Monochromatic Colors of #b92376

#b92376

Complementary Color

#b92376 #23b966

#b92376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b92376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b92376 Color CSS Codes

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

#b92376 Text Font Color

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

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


#b92376 Background Color

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

This div background color is #b92376


#b92376 Border Color

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

This div border color is #b92376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,35,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b92376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b92376;
  -webkit-box-shadow: 1px 1px 3px 2px #b92376;
  box-shadow:         1px 1px 3px 2px #b92376; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,35,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b92376


Comments

No comments written yet.

Please login to write comment.