Color Hex Logo

#b24776 Color Hex

#B24776
(178,71,118)
0 Favorites   0 Comments

Color spaces of #b24776

RGB 17871118
HSL0.930.430.49
HSV334°60°70°
CMYK 0.000.600.34   0.30
XYZ23.883415.279518.8300
Yxy15.27950.41180.2635
Hunter Lab39.089040.6578-1.1989
CIE-Lab46.014748.2123-4.5059

#b24776 color RGB value is (178,71,118).

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

The process color (four color CMYK) of #b24776 color hex is 0.00, 0.60, 0.34, 0.30. Web safe color of #b24776 is #993366. Color #b24776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 01110110
Octal 262 107 166
Decimal 178 71 118
Hex B2 47 76

RGB Percentages of Color #b24776

%48.50
%19.35
%32.15

CMYK Percentages of Color #b24776

%0
%60
%34
%30

Triadic Colors of #b24776

#b24776 #76b247 #4776b2

Analogous Colors of #b24776

#b24776 #b24e47 #b247ac

Monochromatic Colors of #b24776

#b24776

Complementary Color

#b24776 #47b283

#b24776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24776 Color CSS Codes

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

#b24776 Text Font Color

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

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


#b24776 Background Color

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

This div background color is #b24776


#b24776 Border Color

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

This div border color is #b24776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24776


Comments

No comments written yet.

Please login to write comment.