Color Hex Logo

#b21888 Color Hex

#B21888
(178,24,136)
0 Favorites   0 Comments

Color spaces of #b21888

RGB 17824136
HSL0.880.760.40
HSV316°87°70°
CMYK 0.000.870.24   0.30
XYZ23.130711.895824.3696
Yxy11.89580.38940.2003
Hunter Lab34.490359.3519-17.7490
CIE-Lab41.050066.2616-23.0679

#b21888 color RGB value is (178,24,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 10001000
Octal 262 30 210
Decimal 178 24 136
Hex B2 18 88

RGB Percentages of Color #b21888

%52.66
%7.10
%40.24

CMYK Percentages of Color #b21888

%0
%87
%24
%30

Triadic Colors of #b21888

#b21888 #88b218 #1888b2

Analogous Colors of #b21888

#b21888 #b2183b #8f18b2

Monochromatic Colors of #b21888

#b21888

Complementary Color

#b21888 #18b242

#b21888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21888 Color CSS Codes

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

#b21888 Text Font Color

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

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


#b21888 Background Color

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

This div background color is #b21888


#b21888 Border Color

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

This div border color is #b21888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21888


Comments

No comments written yet.

Please login to write comment.