Color Hex Logo

#b42348 Color Hex

#B42348
(180,35,72)
0 Favorites   0 Comments

Color spaces of #b42348

RGB 1803572
HSL0.960.670.42
HSV345°81°71°
CMYK 0.000.810.60   0.29
XYZ20.593111.37327.2408
Yxy11.37320.52520.2901
Hunter Lab33.724249.980710.8770
CIE-Lab40.202158.056115.8714

#b42348 color RGB value is (180,35,72).

#b42348 hex color red value is 180, green value is 35 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b42348 hue: 0.96 , saturation: 0.67 and the lightness value of b42348 is 0.42.

The process color (four color CMYK) of #b42348 color hex is 0.00, 0.81, 0.60, 0.29. Web safe color of #b42348 is #cc3333. Color #b42348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 01001000
Octal 264 43 110
Decimal 180 35 72
Hex B4 23 48

RGB Percentages of Color #b42348

%62.72
%12.20
%25.09

CMYK Percentages of Color #b42348

%0
%81
%60
%29

Triadic Colors of #b42348

#b42348 #48b423 #2348b4

Analogous Colors of #b42348

#b42348 #b44723 #b42391

Monochromatic Colors of #b42348

#b42348

Complementary Color

#b42348 #23b48f

#b42348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42348 Color CSS Codes

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

#b42348 Text Font Color

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

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


#b42348 Background Color

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

This div background color is #b42348


#b42348 Border Color

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

This div border color is #b42348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,35,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 #b42348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42348


Comments

No comments written yet.

Please login to write comment.