Color Hex Logo

#b217bd Color Hex

#B217BD
(178,23,189)
0 Favorites   0 Comments

Color spaces of #b217bd

RGB 17823189
HSL0.820.780.42
HSV296°88°74°
CMYK 0.060.880.00   0.26
XYZ27.851813.751949.3305
Yxy13.75190.30630.1512
Hunter Lab37.083669.1672-52.9122
CIE-Lab43.875074.0227-50.3757

#b217bd color RGB value is (178,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010111 10111101
Octal 262 27 275
Decimal 178 23 189
Hex B2 17 BD

RGB Percentages of Color #b217bd

%45.64
%5.90
%48.46

CMYK Percentages of Color #b217bd

%6
%88
%0
%26

Triadic Colors of #b217bd

#b217bd #bdb217 #17bdb2

Analogous Colors of #b217bd

#b217bd #bd1775 #5f17bd

Monochromatic Colors of #b217bd

#b217bd

Complementary Color

#b217bd #22bd17

#b217bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b217bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b217bd Color CSS Codes

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

#b217bd Text Font Color

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

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


#b217bd Background Color

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

This div background color is #b217bd


#b217bd Border Color

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

This div border color is #b217bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,23,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 #b217bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b217bd


Comments

No comments written yet.

Please login to write comment.