Color Hex Logo

#b44863 Color Hex

#B44863
(180,72,99)
0 Favorites   0 Comments

Color spaces of #b44863

RGB 1807299
HSL0.960.430.49
HSV345°60°71°
CMYK 0.000.600.45   0.29
XYZ23.391915.238913.5129
Yxy15.23890.44860.2922
Hunter Lab39.037038.64656.8023
CIE-Lab45.959746.26997.0663

#b44863 color RGB value is (180,72,99).

#b44863 hex color red value is 180, green value is 72 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b44863 hue: 0.96 , saturation: 0.43 and the lightness value of b44863 is 0.49.

The process color (four color CMYK) of #b44863 color hex is 0.00, 0.60, 0.45, 0.29. Web safe color of #b44863 is #cc3366. Color #b44863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 01100011
Octal 264 110 143
Decimal 180 72 99
Hex B4 48 63

RGB Percentages of Color #b44863

%51.28
%20.51
%28.21

CMYK Percentages of Color #b44863

%0
%60
%45
%29

Triadic Colors of #b44863

#b44863 #63b448 #4863b4

Analogous Colors of #b44863

#b44863 #b46348 #b44899

Monochromatic Colors of #b44863

#b44863

Complementary Color

#b44863 #48b499

#b44863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44863 Color CSS Codes

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

#b44863 Text Font Color

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

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


#b44863 Background Color

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

This div background color is #b44863


#b44863 Border Color

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

This div border color is #b44863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44863


Comments

No comments written yet.

Please login to write comment.