Color Hex Logo

#b44376 Color Hex

#B44376
(180,67,118)
0 Favorites   0 Comments

Color spaces of #b44376

RGB 18067118
HSL0.920.460.48
HSV333°63°71°
CMYK 0.000.630.34   0.29
XYZ24.099615.025618.7696
Yxy15.02560.41630.2595
Hunter Lab38.762943.1418-1.5752
CIE-Lab45.669250.6504-4.9822

#b44376 color RGB value is (180,67,118).

#b44376 hex color red value is 180, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b44376 hue: 0.92 , saturation: 0.46 and the lightness value of b44376 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 01110110
Octal 264 103 166
Decimal 180 67 118
Hex B4 43 76

RGB Percentages of Color #b44376

%49.32
%18.36
%32.33

CMYK Percentages of Color #b44376

%0
%63
%34
%29

Triadic Colors of #b44376

#b44376 #76b443 #4376b4

Analogous Colors of #b44376

#b44376 #b44943 #b443af

Monochromatic Colors of #b44376

#b44376

Complementary Color

#b44376 #43b481

#b44376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44376 Color CSS Codes

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

#b44376 Text Font Color

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

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


#b44376 Background Color

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

This div background color is #b44376


#b44376 Border Color

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

This div border color is #b44376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,67,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 #b44376">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44376


Comments

No comments written yet.

Please login to write comment.