Color Hex Logo

#b24351 Color Hex

#B24351
(178,67,81)
0 Favorites   0 Comments

Color spaces of #b24351

RGB 1786781
HSL0.980.450.48
HSV352°62°70°
CMYK 0.000.620.54   0.30
XYZ21.852514.07349.3493
Yxy14.07340.48270.3108
Hunter Lab37.514538.327211.4840
CIE-Lab44.338046.229815.7970

#b24351 color RGB value is (178,67,81).

#b24351 hex color red value is 178, green value is 67 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b24351 hue: 0.98 , saturation: 0.45 and the lightness value of b24351 is 0.48.

The process color (four color CMYK) of #b24351 color hex is 0.00, 0.62, 0.54, 0.30. Web safe color of #b24351 is #993366. Color #b24351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000011 01010001
Octal 262 103 121
Decimal 178 67 81
Hex B2 43 51

RGB Percentages of Color #b24351

%54.60
%20.55
%24.85

CMYK Percentages of Color #b24351

%0
%62
%54
%30

Triadic Colors of #b24351

#b24351 #51b243 #4351b2

Analogous Colors of #b24351

#b24351 #b26d43 #b24389

Monochromatic Colors of #b24351

#b24351

Complementary Color

#b24351 #43b2a4

#b24351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24351 Color CSS Codes

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

#b24351 Text Font Color

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

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


#b24351 Background Color

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

This div background color is #b24351


#b24351 Border Color

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

This div border color is #b24351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24351


Comments

No comments written yet.

Please login to write comment.