Color Hex Logo

#b2437f Color Hex

#B2437F
(178,67,127)
0 Favorites   0 Comments

Color spaces of #b2437f

RGB 17867127
HSL0.910.450.48
HSV328°62°70°
CMYK 0.000.620.29   0.30
XYZ24.198015.011621.7008
Yxy15.01160.39730.2465
Hunter Lab38.744843.6784-6.0867
CIE-Lab45.650151.1631-10.5316

#b2437f color RGB value is (178,67,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000011 01111111
Octal 262 103 177
Decimal 178 67 127
Hex B2 43 7F

RGB Percentages of Color #b2437f

%47.85
%18.01
%34.14

CMYK Percentages of Color #b2437f

%0
%62
%29
%30

Triadic Colors of #b2437f

#b2437f #7fb243 #437fb2

Analogous Colors of #b2437f

#b2437f #b24347 #ae43b2

Monochromatic Colors of #b2437f

#b2437f

Complementary Color

#b2437f #43b276

#b2437f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2437f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2437f Color CSS Codes

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

#b2437f Text Font Color

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

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


#b2437f Background Color

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

This div background color is #b2437f


#b2437f Border Color

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

This div border color is #b2437f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2437f


Comments

No comments written yet.

Please login to write comment.