Color Hex Logo

#b44777 Color Hex

#B44777
(180,71,119)
0 Favorites   0 Comments

Color spaces of #b44777

RGB 18071119
HSL0.930.430.49
HSV334°61°71°
CMYK 0.000.610.34   0.29
XYZ24.405415.541719.1663
Yxy15.54170.41290.2629
Hunter Lab39.423041.5130-1.2290
CIE-Lab46.367448.9741-4.5572

#b44777 color RGB value is (180,71,119).

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

The process color (four color CMYK) of #b44777 color hex is 0.00, 0.61, 0.34, 0.29. Web safe color of #b44777 is #cc3366. Color #b44777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 01110111
Octal 264 107 167
Decimal 180 71 119
Hex B4 47 77

RGB Percentages of Color #b44777

%48.65
%19.19
%32.16

CMYK Percentages of Color #b44777

%0
%61
%34
%29

Triadic Colors of #b44777

#b44777 #77b447 #4777b4

Analogous Colors of #b44777

#b44777 #b44e47 #b447ae

Monochromatic Colors of #b44777

#b44777

Complementary Color

#b44777 #47b484

#b44777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44777 Color CSS Codes

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

#b44777 Text Font Color

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

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


#b44777 Background Color

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

This div background color is #b44777


#b44777 Border Color

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

This div border color is #b44777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44777


Comments

No comments written yet.

Please login to write comment.