Color Hex Logo

#b7034d Color Hex

#B7034D
(183,3,77)
0 Favorites   0 Comments

Color spaces of #b7034d

RGB 183377
HSL0.930.970.36
HSV335°98°72°
CMYK 0.000.980.58   0.28
XYZ20.900610.66827.9788
Yxy10.66820.52850.2698
Hunter Lab32.662257.06368.3800
CIE-Lab39.015964.656111.1620

#b7034d color RGB value is (183,3,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000011 01001101
Octal 267 3 115
Decimal 183 3 77
Hex B7 3 4D

RGB Percentages of Color #b7034d

%69.58
%1.14
%29.28

CMYK Percentages of Color #b7034d

%0
%98
%58
%28

Triadic Colors of #b7034d

#b7034d #4db703 #034db7

Analogous Colors of #b7034d

#b7034d #b71303 #b703a7

Monochromatic Colors of #b7034d

#b7034d

Complementary Color

#b7034d #03b76d

#b7034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7034d Color CSS Codes

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

#b7034d Text Font Color

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

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


#b7034d Background Color

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

This div background color is #b7034d


#b7034d Border Color

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

This div border color is #b7034d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7034d


Comments

No comments written yet.

Please login to write comment.