Color Hex Logo

#b2386e Color Hex

#B2386E
(178,56,110)
0 Favorites   0 Comments

Color spaces of #b2386e

RGB 17856110
HSL0.930.520.46
HSV333°69°70°
CMYK 0.000.690.38   0.30
XYZ22.588713.419116.1514
Yxy13.41910.43310.2573
Hunter Lab36.632145.9635-0.4990
CIE-Lab43.388153.7263-3.4785

#b2386e color RGB value is (178,56,110).

#b2386e hex color red value is 178, green value is 56 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b2386e hue: 0.93 , saturation: 0.52 and the lightness value of b2386e is 0.46.

The process color (four color CMYK) of #b2386e color hex is 0.00, 0.69, 0.38, 0.30. Web safe color of #b2386e is #993366. Color #b2386e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 01101110
Octal 262 70 156
Decimal 178 56 110
Hex B2 38 6E

RGB Percentages of Color #b2386e

%51.74
%16.28
%31.98

CMYK Percentages of Color #b2386e

%0
%69
%38
%30

Triadic Colors of #b2386e

#b2386e #6eb238 #386eb2

Analogous Colors of #b2386e

#b2386e #b23f38 #b238ab

Monochromatic Colors of #b2386e

#b2386e

Complementary Color

#b2386e #38b27c

#b2386e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2386e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2386e Color CSS Codes

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

#b2386e Text Font Color

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

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


#b2386e Background Color

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

This div background color is #b2386e


#b2386e Border Color

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

This div border color is #b2386e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2386e


Comments

No comments written yet.

Please login to write comment.