Color Hex Logo

#b7002a Color Hex

#B7002A
(183,0,42)
0 Favorites   0 Comments

Color spaces of #b7002a

RGB 183042
HSL0.961.000.36
HSV346°100°72°
CMYK 0.001.000.77   0.28
XYZ19.946410.23443.1146
Yxy10.23440.59910.3074
Hunter Lab31.991255.309316.6215
CIE-Lab38.259963.250532.3854

#b7002a color RGB value is (183,0,42).

#b7002a hex color red value is 183, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7002a hue: 0.96 , saturation: 1.00 and the lightness value of b7002a is 0.36.

The process color (four color CMYK) of #b7002a color hex is 0.00, 1.00, 0.77, 0.28. Web safe color of #b7002a is #cc0033. Color #b7002a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 00101010
Octal 267 0 52
Decimal 183 0 42
Hex B7 0 2A

RGB Percentages of Color #b7002a

%81.33
%0.00
%18.67

CMYK Percentages of Color #b7002a

%0
%100
%77
%28

Triadic Colors of #b7002a

#b7002a #2ab700 #002ab7

Analogous Colors of #b7002a

#b7002a #b73100 #b70086

Monochromatic Colors of #b7002a

#b7002a

Complementary Color

#b7002a #00b78d

#b7002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7002a Color CSS Codes

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

#b7002a Text Font Color

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

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


#b7002a Background Color

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

This div background color is #b7002a


#b7002a Border Color

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

This div border color is #b7002a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,0,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7002a


Comments

No comments written yet.

Please login to write comment.