Color Hex Logo

#b24e61 Color Hex

#B24E61
(178,78,97)
0 Favorites   0 Comments

Color spaces of #b24e61

RGB 1787897
HSL0.970.390.50
HSV349°56°70°
CMYK 0.000.560.46   0.30
XYZ23.242215.776813.1295
Yxy15.77680.44570.3025
Hunter Lab39.720034.93948.2056
CIE-Lab46.680342.49409.2613

#b24e61 color RGB value is (178,78,97).

#b24e61 hex color red value is 178, green value is 78 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b24e61 hue: 0.97 , saturation: 0.39 and the lightness value of b24e61 is 0.50.

The process color (four color CMYK) of #b24e61 color hex is 0.00, 0.56, 0.46, 0.30. Web safe color of #b24e61 is #996666. Color #b24e61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 01100001
Octal 262 116 141
Decimal 178 78 97
Hex B2 4E 61

RGB Percentages of Color #b24e61

%50.42
%22.10
%27.48

CMYK Percentages of Color #b24e61

%0
%56
%46
%30

Triadic Colors of #b24e61

#b24e61 #61b24e #4e61b2

Analogous Colors of #b24e61

#b24e61 #b26d4e #b24e93

Monochromatic Colors of #b24e61

#b24e61

Complementary Color

#b24e61 #4eb29f

#b24e61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24e61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24e61 Color CSS Codes

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

#b24e61 Text Font Color

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

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


#b24e61 Background Color

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

This div background color is #b24e61


#b24e61 Border Color

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

This div border color is #b24e61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24e61


Comments

No comments written yet.

Please login to write comment.