Color Hex Logo

#b44876 Color Hex

#B44876
(180,72,118)
0 Favorites   0 Comments

Color spaces of #b44876

RGB 18072118
HSL0.930.430.49
HSV334°60°71°
CMYK 0.000.600.34   0.29
XYZ24.409815.646018.8730
Yxy15.64600.41420.2655
Hunter Lab39.555040.9328-0.6007
CIE-Lab46.506648.3932-3.7425

#b44876 color RGB value is (180,72,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 01110110
Octal 264 110 166
Decimal 180 72 118
Hex B4 48 76

RGB Percentages of Color #b44876

%48.65
%19.46
%31.89

CMYK Percentages of Color #b44876

%0
%60
%34
%29

Triadic Colors of #b44876

#b44876 #76b448 #4876b4

Analogous Colors of #b44876

#b44876 #b45048 #b448ac

Monochromatic Colors of #b44876

#b44876

Complementary Color

#b44876 #48b486

#b44876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44876 Color CSS Codes

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

#b44876 Text Font Color

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

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


#b44876 Background Color

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

This div background color is #b44876


#b44876 Border Color

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

This div border color is #b44876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44876


Comments

No comments written yet.

Please login to write comment.