Color Hex Logo

#b2386f Color Hex

#B2386F
(178,56,111)
0 Favorites   0 Comments

Color spaces of #b2386f

RGB 17856111
HSL0.920.520.46
HSV333°69°70°
CMYK 0.000.690.38   0.30
XYZ22.643513.441016.4399
Yxy13.44100.43110.2559
Hunter Lab36.662046.0884-0.9233
CIE-Lab43.420353.8374-4.0495

#b2386f color RGB value is (178,56,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 01101111
Octal 262 70 157
Decimal 178 56 111
Hex B2 38 6F

RGB Percentages of Color #b2386f

%51.59
%16.23
%32.17

CMYK Percentages of Color #b2386f

%0
%69
%38
%30

Triadic Colors of #b2386f

#b2386f #6fb238 #386fb2

Analogous Colors of #b2386f

#b2386f #b23e38 #b238ac

Monochromatic Colors of #b2386f

#b2386f

Complementary Color

#b2386f #38b27b

#b2386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2386f Color CSS Codes

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

#b2386f Text Font Color

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

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


#b2386f Background Color

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

This div background color is #b2386f


#b2386f Border Color

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

This div border color is #b2386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2386f


Comments

No comments written yet.

Please login to write comment.