Color Hex Logo

#b24060 Color Hex

#B24060
(178,64,96)
0 Favorites   0 Comments

Color spaces of #b24060

RGB 1786496
HSL0.950.470.47
HSV343°64°70°
CMYK 0.000.640.46   0.30
XYZ22.304813.976312.5884
Yxy13.97630.45640.2860
Hunter Lab37.384941.07426.2050
CIE-Lab44.198948.92826.3596

#b24060 color RGB value is (178,64,96).

#b24060 hex color red value is 178, green value is 64 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b24060 hue: 0.95 , saturation: 0.47 and the lightness value of b24060 is 0.47.

The process color (four color CMYK) of #b24060 color hex is 0.00, 0.64, 0.46, 0.30. Web safe color of #b24060 is #993366. Color #b24060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 01100000
Octal 262 100 140
Decimal 178 64 96
Hex B2 40 60

RGB Percentages of Color #b24060

%52.66
%18.93
%28.40

CMYK Percentages of Color #b24060

%0
%64
%46
%30

Triadic Colors of #b24060

#b24060 #60b240 #4060b2

Analogous Colors of #b24060

#b24060 #b25940 #b24099

Monochromatic Colors of #b24060

#b24060

Complementary Color

#b24060 #40b292

#b24060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24060 Color CSS Codes

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

#b24060 Text Font Color

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

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


#b24060 Background Color

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

This div background color is #b24060


#b24060 Border Color

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

This div border color is #b24060


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,64,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24060


Comments

No comments written yet.

Please login to write comment.