Color Hex Logo

#b8034d Color Hex

#B8034D
(184,3,77)
0 Favorites   0 Comments

Color spaces of #b8034d

RGB 184377
HSL0.930.970.37
HSV335°98°72°
CMYK 0.000.980.58   0.28
XYZ21.139310.79137.9899
Yxy10.79130.52950.2703
Hunter Lab32.850157.37848.5744
CIE-Lab39.226764.892011.4867

#b8034d color RGB value is (184,3,77).

#b8034d hex color red value is 184, green value is 3 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b8034d hue: 0.93 , saturation: 0.97 and the lightness value of b8034d is 0.37.

The process color (four color CMYK) of #b8034d color hex is 0.00, 0.98, 0.58, 0.28. Web safe color of #b8034d is #cc0066. Color #b8034d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000011 01001101
Octal 270 3 115
Decimal 184 3 77
Hex B8 3 4D

RGB Percentages of Color #b8034d

%69.70
%1.14
%29.17

CMYK Percentages of Color #b8034d

%0
%98
%58
%28

Triadic Colors of #b8034d

#b8034d #4db803 #034db8

Analogous Colors of #b8034d

#b8034d #b81403 #b803a8

Monochromatic Colors of #b8034d

#b8034d

Complementary Color

#b8034d #03b86e

#b8034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8034d Color CSS Codes

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

#b8034d Text Font Color

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

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


#b8034d Background Color

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

This div background color is #b8034d


#b8034d Border Color

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

This div border color is #b8034d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8034d


Comments

No comments written yet.

Please login to write comment.