color codes Logo

#b7424d color codes

#B7424D
(183,66,77)
0 Favorites   0 Comments

Color spaces of #b7424d

RGB 1836677
HSL0.980.470.49
HSV354°64°72°
CMYK 0.000.640.58   0.28
XYZ22.816214.49958.6173
Yxy14.49950.49670.3157
Hunter Lab38.078240.319113.2371
CIE-Lab44.940948.069219.2021

#b7424d color RGB value is (183,66,77).

#b7424d hex color red value is 183, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b7424d hue: 0.98 , saturation: 0.47 and the lightness value of b7424d is 0.49.

The process color (four color CMYK) of #b7424d color code is 0.00, 0.64, 0.58, 0.28. Web safe color of #b7424d is #cc3366. Color #b7424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 01001101
Octal 267 102 115
Decimal 183 66 77
Hex B7 42 4D

RGB Percentages of Color #b7424d

%56.13
%20.25
%23.62

CMYK Percentages of Color #b7424d

%0
%64
%58
%28

Triadic Colors of #b7424d

#b7424d #4db742 #424db7

Analogous Colors of #b7424d

#b7424d #b77242 #b74288

Monochromatic Colors of #b7424d

#b7424d

Complementary Color

#b7424d #42b7ac

#b7424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7424d Color CSS Codes

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

#b7424d Text Font Color

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

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


#b7424d Background Color

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

This div background color is #b7424d


#b7424d Border Color

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

This div border color is #b7424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7424d


Comments

No comments written yet.

Please login to write comment.