Color Hex Logo

#b5218d Color Hex

#B5218D
(181,33,141)
0 Favorites   0 Comments

Color spaces of #b5218d

RGB 18133141
HSL0.880.690.42
HSV316°82°71°
CMYK 0.000.820.22   0.29
XYZ24.407612.834626.3902
Yxy12.83460.38360.2017
Hunter Lab35.825458.9163-18.5972
CIE-Lab42.513065.5975-23.8130

#b5218d color RGB value is (181,33,141).

#b5218d hex color red value is 181, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b5218d hue: 0.88 , saturation: 0.69 and the lightness value of b5218d is 0.42.

The process color (four color CMYK) of #b5218d color hex is 0.00, 0.82, 0.22, 0.29. Web safe color of #b5218d is #cc3399. Color #b5218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10001101
Octal 265 41 215
Decimal 181 33 141
Hex B5 21 8D

RGB Percentages of Color #b5218d

%50.99
%9.30
%39.72

CMYK Percentages of Color #b5218d

%0
%82
%22
%29

Triadic Colors of #b5218d

#b5218d #8db521 #218db5

Analogous Colors of #b5218d

#b5218d #b52143 #9321b5

Monochromatic Colors of #b5218d

#b5218d

Complementary Color

#b5218d #21b549

#b5218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5218d Color CSS Codes

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

#b5218d Text Font Color

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

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


#b5218d Background Color

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

This div background color is #b5218d


#b5218d Border Color

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

This div border color is #b5218d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,33,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5218d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5218d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5218d;
  box-shadow:         1px 1px 3px 2px #b5218d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,33,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5218d


Comments

No comments written yet.

Please login to write comment.