Color Hex Logo

#b43153 Color Hex

#B43153
(180,49,83)
0 Favorites   0 Comments

Color spaces of #b43153

RGB 1804983
HSL0.960.570.45
HSV344°73°71°
CMYK 0.000.730.54   0.29
XYZ21.482012.52459.4688
Yxy12.52450.49410.2881
Hunter Lab35.390046.41858.9096
CIE-Lab42.037954.403311.4569

#b43153 color RGB value is (180,49,83).

#b43153 hex color red value is 180, green value is 49 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b43153 hue: 0.96 , saturation: 0.57 and the lightness value of b43153 is 0.45.

The process color (four color CMYK) of #b43153 color hex is 0.00, 0.73, 0.54, 0.29. Web safe color of #b43153 is #cc3366. Color #b43153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 01010011
Octal 264 61 123
Decimal 180 49 83
Hex B4 31 53

RGB Percentages of Color #b43153

%57.69
%15.71
%26.60

CMYK Percentages of Color #b43153

%0
%73
%54
%29

Triadic Colors of #b43153

#b43153 #53b431 #3153b4

Analogous Colors of #b43153

#b43153 #b45031 #b43195

Monochromatic Colors of #b43153

#b43153

Complementary Color

#b43153 #31b492

#b43153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43153 Color CSS Codes

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

#b43153 Text Font Color

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

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


#b43153 Background Color

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

This div background color is #b43153


#b43153 Border Color

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

This div border color is #b43153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,49,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43153


Comments

No comments written yet.

Please login to write comment.