Color Hex Logo

#b23a48 Color Hex

#B23A48
(178,58,72)
0 Favorites   0 Comments

Color spaces of #b23a48

RGB 1785872
HSL0.980.510.46
HSV353°67°70°
CMYK 0.000.670.60   0.30
XYZ21.042912.95907.5231
Yxy12.95900.50680.3121
Hunter Lab35.998641.344212.8084
CIE-Lab42.701449.453719.1410

#b23a48 color RGB value is (178,58,72).

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

The process color (four color CMYK) of #b23a48 color hex is 0.00, 0.67, 0.60, 0.30. Web safe color of #b23a48 is #993333. Color #b23a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111010 01001000
Octal 262 72 110
Decimal 178 58 72
Hex B2 3A 48

RGB Percentages of Color #b23a48

%57.79
%18.83
%23.38

CMYK Percentages of Color #b23a48

%0
%67
%60
%30

Triadic Colors of #b23a48

#b23a48 #48b23a #3a48b2

Analogous Colors of #b23a48

#b23a48 #b2683a #b23a84

Monochromatic Colors of #b23a48

#b23a48

Complementary Color

#b23a48 #3ab2a4

#b23a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23a48 Color CSS Codes

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

#b23a48 Text Font Color

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

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


#b23a48 Background Color

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

This div background color is #b23a48


#b23a48 Border Color

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

This div border color is #b23a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23a48

#b23a48 Color Palettes


Comments

No comments written yet.

Please login to write comment.