Color Hex Logo

#b4384d Color Hex

#B4384D
(180,56,77)
0 Favorites   0 Comments

Color spaces of #b4384d

RGB 1805677
HSL0.970.530.46
HSV350°69°71°
CMYK 0.000.690.57   0.29
XYZ21.576113.06758.4063
Yxy13.06750.50120.3035
Hunter Lab36.149043.279811.5167
CIE-Lab42.864851.283116.3292

#b4384d color RGB value is (180,56,77).

#b4384d hex color red value is 180, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b4384d hue: 0.97 , saturation: 0.53 and the lightness value of b4384d is 0.46.

The process color (four color CMYK) of #b4384d color hex is 0.00, 0.69, 0.57, 0.29. Web safe color of #b4384d is #cc3366. Color #b4384d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 01001101
Octal 264 70 115
Decimal 180 56 77
Hex B4 38 4D

RGB Percentages of Color #b4384d

%57.51
%17.89
%24.60

CMYK Percentages of Color #b4384d

%0
%69
%57
%29

Triadic Colors of #b4384d

#b4384d #4db438 #384db4

Analogous Colors of #b4384d

#b4384d #b46138 #b4388b

Monochromatic Colors of #b4384d

#b4384d

Complementary Color

#b4384d #38b49f

#b4384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4384d Color CSS Codes

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

#b4384d Text Font Color

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

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


#b4384d Background Color

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

This div background color is #b4384d


#b4384d Border Color

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

This div border color is #b4384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4384d


Comments

No comments written yet.

Please login to write comment.