Color Hex Logo

#b218bd Color Hex

#B218BD
(178,24,189)
0 Favorites   0 Comments

Color spaces of #b218bd

RGB 17824189
HSL0.820.770.42
HSV296°87°74°
CMYK 0.060.870.00   0.26
XYZ27.872013.792449.3373
Yxy13.79240.30630.1516
Hunter Lab37.138168.9718-52.7690
CIE-Lab43.933773.8499-50.2815

#b218bd color RGB value is (178,24,189).

#b218bd hex color red value is 178, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b218bd hue: 0.82 , saturation: 0.77 and the lightness value of b218bd is 0.42.

The process color (four color CMYK) of #b218bd color hex is 0.06, 0.87, 0.00, 0.26. Web safe color of #b218bd is #9900cc. Color #b218bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 10111101
Octal 262 30 275
Decimal 178 24 189
Hex B2 18 BD

RGB Percentages of Color #b218bd

%45.52
%6.14
%48.34

CMYK Percentages of Color #b218bd

%6
%87
%0
%26

Triadic Colors of #b218bd

#b218bd #bdb218 #18bdb2

Analogous Colors of #b218bd

#b218bd #bd1876 #5f18bd

Monochromatic Colors of #b218bd

#b218bd

Complementary Color

#b218bd #23bd18

#b218bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b218bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b218bd Color CSS Codes

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

#b218bd Text Font Color

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

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


#b218bd Background Color

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

This div background color is #b218bd


#b218bd Border Color

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

This div border color is #b218bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b218bd


Comments

No comments written yet.

Please login to write comment.