Color Hex Logo

#b2487c Color Hex

#B2487C
(178,72,124)
0 Favorites   0 Comments

Color spaces of #b2487c

RGB 17872124
HSL0.920.420.49
HSV331°60°70°
CMYK 0.000.600.30   0.30
XYZ24.315615.554920.7896
Yxy15.55490.40080.2564
Hunter Lab39.439741.0304-3.6454
CIE-Lab46.385048.5077-7.6059

#b2487c color RGB value is (178,72,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 01111100
Octal 262 110 174
Decimal 178 72 124
Hex B2 48 7C

RGB Percentages of Color #b2487c

%47.59
%19.25
%33.16

CMYK Percentages of Color #b2487c

%0
%60
%30
%30

Triadic Colors of #b2487c

#b2487c #7cb248 #487cb2

Analogous Colors of #b2487c

#b2487c #b24948 #b248b1

Monochromatic Colors of #b2487c

#b2487c

Complementary Color

#b2487c #48b27e

#b2487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2487c Color CSS Codes

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

#b2487c Text Font Color

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

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


#b2487c Background Color

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

This div background color is #b2487c


#b2487c Border Color

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

This div border color is #b2487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2487c


Comments

No comments written yet.

Please login to write comment.