Color Hex Logo

#b84376 Color Hex

#B84376
(184,67,118)
0 Favorites   0 Comments

Color spaces of #b84376

RGB 18467118
HSL0.930.470.49
HSV334°64°72°
CMYK 0.000.640.36   0.28
XYZ25.044315.512718.8138
Yxy15.51270.42180.2613
Hunter Lab39.386244.5762-0.7511
CIE-Lab46.328651.8907-3.9328

#b84376 color RGB value is (184,67,118).

#b84376 hex color red value is 184, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b84376 hue: 0.93 , saturation: 0.47 and the lightness value of b84376 is 0.49.

The process color (four color CMYK) of #b84376 color hex is 0.00, 0.64, 0.36, 0.28. Web safe color of #b84376 is #cc3366. Color #b84376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 01110110
Octal 270 103 166
Decimal 184 67 118
Hex B8 43 76

RGB Percentages of Color #b84376

%49.86
%18.16
%31.98

CMYK Percentages of Color #b84376

%0
%64
%36
%28

Triadic Colors of #b84376

#b84376 #76b843 #4376b8

Analogous Colors of #b84376

#b84376 #b84b43 #b843b1

Monochromatic Colors of #b84376

#b84376

Complementary Color

#b84376 #43b885

#b84376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84376 Color CSS Codes

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

#b84376 Text Font Color

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

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


#b84376 Background Color

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

This div background color is #b84376


#b84376 Border Color

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

This div border color is #b84376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84376


Comments

No comments written yet.

Please login to write comment.