Color Hex Logo

#b44353 Color Hex

#B44353
(180,67,83)
0 Favorites   0 Comments

Color spaces of #b44353

RGB 1806783
HSL0.980.460.48
HSV352°63°71°
CMYK 0.000.630.54   0.29
XYZ22.390914.34219.7718
Yxy14.34210.48150.3084
Hunter Lab37.871039.262511.2111
CIE-Lab44.719647.080315.1453

#b44353 color RGB value is (180,67,83).

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

The process color (four color CMYK) of #b44353 color hex is 0.00, 0.63, 0.54, 0.29. Web safe color of #b44353 is #cc3366. Color #b44353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 01010011
Octal 264 103 123
Decimal 180 67 83
Hex B4 43 53

RGB Percentages of Color #b44353

%54.55
%20.30
%25.15

CMYK Percentages of Color #b44353

%0
%63
%54
%29

Triadic Colors of #b44353

#b44353 #53b443 #4353b4

Analogous Colors of #b44353

#b44353 #b46c43 #b4438c

Monochromatic Colors of #b44353

#b44353

Complementary Color

#b44353 #43b4a4

#b44353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44353 Color CSS Codes

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

#b44353 Text Font Color

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

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


#b44353 Background Color

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

This div background color is #b44353


#b44353 Border Color

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

This div border color is #b44353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44353


Comments

No comments written yet.

Please login to write comment.