Color Hex Logo

#b2144d Color Hex

#B2144D
(178,20,77)
0 Favorites   0 Comments

Color spaces of #b2144d

RGB 1782077
HSL0.940.800.39
HSV338°89°70°
CMYK 0.000.890.57   0.30
XYZ19.949810.50117.9966
Yxy10.50110.51890.2731
Hunter Lab32.405453.18098.0529
CIE-Lab38.727261.253210.6020

#b2144d color RGB value is (178,20,77).

#b2144d hex color red value is 178, green value is 20 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b2144d hue: 0.94 , saturation: 0.80 and the lightness value of b2144d is 0.39.

The process color (four color CMYK) of #b2144d color hex is 0.00, 0.89, 0.57, 0.30. Web safe color of #b2144d is #990066. Color #b2144d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 01001101
Octal 262 24 115
Decimal 178 20 77
Hex B2 14 4D

RGB Percentages of Color #b2144d

%64.73
%7.27
%28.00

CMYK Percentages of Color #b2144d

%0
%89
%57
%30

Triadic Colors of #b2144d

#b2144d #4db214 #144db2

Analogous Colors of #b2144d

#b2144d #b22a14 #b2149c

Monochromatic Colors of #b2144d

#b2144d

Complementary Color

#b2144d #14b279

#b2144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2144d Color CSS Codes

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

#b2144d Text Font Color

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

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


#b2144d Background Color

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

This div background color is #b2144d


#b2144d Border Color

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

This div border color is #b2144d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2144d


Comments

No comments written yet.

Please login to write comment.