Color Hex Logo

#b43952 Color Hex

#B43952
(180,57,82)
0 Favorites   0 Comments

Color spaces of #b43952

RGB 1805782
HSL0.970.520.46
HSV348°68°71°
CMYK 0.000.680.54   0.29
XYZ21.808513.23879.3885
Yxy13.23870.49080.2979
Hunter Lab36.385043.315810.1708
CIE-Lab43.120751.271013.5751

#b43952 color RGB value is (180,57,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 01010010
Octal 264 71 122
Decimal 180 57 82
Hex B4 39 52

RGB Percentages of Color #b43952

%56.43
%17.87
%25.71

CMYK Percentages of Color #b43952

%0
%68
%54
%29

Triadic Colors of #b43952

#b43952 #52b439 #3952b4

Analogous Colors of #b43952

#b43952 #b45e39 #b43990

Monochromatic Colors of #b43952

#b43952

Complementary Color

#b43952 #39b49b

#b43952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43952 Color CSS Codes

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

#b43952 Text Font Color

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

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


#b43952 Background Color

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

This div background color is #b43952


#b43952 Border Color

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

This div border color is #b43952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43952


Comments

No comments written yet.

Please login to write comment.