Color Hex Logo

#b2445f Color Hex

#B2445F
(178,68,95)
1 Favorites   0 Comments

Color spaces of #b2445f

RGB 1786895
HSL0.960.450.48
HSV345°62°70°
CMYK 0.000.620.47   0.30
XYZ22.492814.425412.4254
Yxy14.42540.45580.2923
Hunter Lab37.980839.24407.1898
CIE-Lab44.836947.04237.8819

#b2445f color RGB value is (178,68,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 01011111
Octal 262 104 137
Decimal 178 68 95
Hex B2 44 5F

RGB Percentages of Color #b2445f

%52.20
%19.94
%27.86

CMYK Percentages of Color #b2445f

%0
%62
%47
%30

Triadic Colors of #b2445f

#b2445f #5fb244 #445fb2

Analogous Colors of #b2445f

#b2445f #b26044 #b24496

Monochromatic Colors of #b2445f

#b2445f

Complementary Color

#b2445f #44b297

#b2445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2445f Color CSS Codes

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

#b2445f Text Font Color

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

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


#b2445f Background Color

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

This div background color is #b2445f


#b2445f Border Color

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

This div border color is #b2445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2445f


Comments

No comments written yet.

Please login to write comment.