Color Hex Logo

#b24855 Color Hex

#B24855
(178,72,85)
0 Favorites   0 Comments

Color spaces of #b24855

RGB 1787285
HSL0.980.420.49
HSV353°60°70°
CMYK 0.000.600.52   0.30
XYZ22.317214.755610.2662
Yxy14.75560.47140.3117
Hunter Lab38.413036.482211.0434
CIE-Lab45.297644.249614.6565

#b24855 color RGB value is (178,72,85).

#b24855 hex color red value is 178, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b24855 hue: 0.98 , saturation: 0.42 and the lightness value of b24855 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 01010101
Octal 262 110 125
Decimal 178 72 85
Hex B2 48 55

RGB Percentages of Color #b24855

%53.13
%21.49
%25.37

CMYK Percentages of Color #b24855

%0
%60
%52
%30

Triadic Colors of #b24855

#b24855 #55b248 #4855b2

Analogous Colors of #b24855

#b24855 #b27048 #b2488a

Monochromatic Colors of #b24855

#b24855

Complementary Color

#b24855 #48b2a5

#b24855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24855 Color CSS Codes

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

#b24855 Text Font Color

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

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


#b24855 Background Color

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

This div background color is #b24855


#b24855 Border Color

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

This div border color is #b24855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24855


Comments

No comments written yet.

Please login to write comment.