Color Hex Logo

#b2187d Color Hex

#B2187D
(178,24,125)
0 Favorites   0 Comments

Color spaces of #b2187d

RGB 17824125
HSL0.890.760.40
HSV321°87°70°
CMYK 0.000.870.30   0.30
XYZ22.388411.598920.4609
Yxy11.59890.41120.2130
Hunter Lab34.057257.7418-11.7803
CIE-Lab40.571464.9489-17.0192

#b2187d color RGB value is (178,24,125).

#b2187d hex color red value is 178, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b2187d hue: 0.89 , saturation: 0.76 and the lightness value of b2187d is 0.40.

The process color (four color CMYK) of #b2187d color hex is 0.00, 0.87, 0.30, 0.30. Web safe color of #b2187d is #990066. Color #b2187d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 01111101
Octal 262 30 175
Decimal 178 24 125
Hex B2 18 7D

RGB Percentages of Color #b2187d

%54.43
%7.34
%38.23

CMYK Percentages of Color #b2187d

%0
%87
%30
%30

Triadic Colors of #b2187d

#b2187d #7db218 #187db2

Analogous Colors of #b2187d

#b2187d #b21830 #9a18b2

Monochromatic Colors of #b2187d

#b2187d

Complementary Color

#b2187d #18b24d

#b2187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2187d Color CSS Codes

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

#b2187d Text Font Color

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

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


#b2187d Background Color

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

This div background color is #b2187d


#b2187d Border Color

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

This div border color is #b2187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2187d


Comments

No comments written yet.

Please login to write comment.