Color Hex Logo

#b2487e Color Hex

#B2487E
(178,72,126)
0 Favorites   0 Comments

Color spaces of #b2487e

RGB 17872126
HSL0.920.420.49
HSV329°60°70°
CMYK 0.000.600.29   0.30
XYZ24.443415.606121.4626
Yxy15.60610.39740.2537
Hunter Lab39.504641.3137-4.5587
CIE-Lab46.453448.7681-8.7175

#b2487e color RGB value is (178,72,126).

#b2487e hex color red value is 178, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2487e hue: 0.92 , saturation: 0.42 and the lightness value of b2487e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 01111110
Octal 262 110 176
Decimal 178 72 126
Hex B2 48 7E

RGB Percentages of Color #b2487e

%47.34
%19.15
%33.51

CMYK Percentages of Color #b2487e

%0
%60
%29
%30

Triadic Colors of #b2487e

#b2487e #7eb248 #487eb2

Analogous Colors of #b2487e

#b2487e #b24849 #b148b2

Monochromatic Colors of #b2487e

#b2487e

Complementary Color

#b2487e #48b27c

#b2487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2487e Color CSS Codes

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

#b2487e Text Font Color

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

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


#b2487e Background Color

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

This div background color is #b2487e


#b2487e Border Color

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

This div border color is #b2487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2487e


Comments

No comments written yet.

Please login to write comment.