Color Hex Logo

#b7383a Color Hex

#B7383A
(183,56,58)
0 Favorites   0 Comments

Color spaces of #b7383a

RGB 1835658
HSL1.000.530.47
HSV359°69°72°
CMYK 0.000.690.68   0.28
XYZ21.706313.20115.4070
Yxy13.20110.53840.3275
Hunter Lab36.333343.056416.6100
CIE-Lab43.064751.033628.3230

#b7383a color RGB value is (183,56,58).

#b7383a hex color red value is 183, green value is 56 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b7383a hue: 1.00 , saturation: 0.53 and the lightness value of b7383a is 0.47.

The process color (four color CMYK) of #b7383a color hex is 0.00, 0.69, 0.68, 0.28. Web safe color of #b7383a is #cc3333. Color #b7383a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111000 00111010
Octal 267 70 72
Decimal 183 56 58
Hex B7 38 3A

RGB Percentages of Color #b7383a

%61.62
%18.86
%19.53

CMYK Percentages of Color #b7383a

%0
%69
%68
%28

Triadic Colors of #b7383a

#b7383a #3ab738 #383ab7

Analogous Colors of #b7383a

#b7383a #b77638 #b7387a

Monochromatic Colors of #b7383a

#b7383a

Complementary Color

#b7383a #38b7b5

#b7383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7383a Color CSS Codes

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

#b7383a Text Font Color

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

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


#b7383a Background Color

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

This div background color is #b7383a


#b7383a Border Color

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

This div border color is #b7383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7383a


Comments

No comments written yet.

Please login to write comment.