Color Hex Logo

#b247bd Color Hex

#B247BD
(178,71,189)
0 Favorites   0 Comments

Color spaces of #b247bd

RGB 17871189
HSL0.820.470.51
HSV294°62°74°
CMYK 0.060.620.00   0.26
XYZ29.798617.645649.9795
Yxy17.64560.30590.1811
Hunter Lab42.006753.1123-41.1385
CIE-Lab49.063459.2232-42.1009

#b247bd color RGB value is (178,71,189).

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

The process color (four color CMYK) of #b247bd color hex is 0.06, 0.62, 0.00, 0.26. Web safe color of #b247bd is #9933cc. Color #b247bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 10111101
Octal 262 107 275
Decimal 178 71 189
Hex B2 47 BD

RGB Percentages of Color #b247bd

%40.64
%16.21
%43.15

CMYK Percentages of Color #b247bd

%6
%62
%0
%26

Triadic Colors of #b247bd

#b247bd #bdb247 #47bdb2

Analogous Colors of #b247bd

#b247bd #bd478d #7747bd

Monochromatic Colors of #b247bd

#b247bd

Complementary Color

#b247bd #52bd47

#b247bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247bd Color CSS Codes

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

#b247bd Text Font Color

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

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


#b247bd Background Color

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

This div background color is #b247bd


#b247bd Border Color

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

This div border color is #b247bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247bd


Comments

No comments written yet.

Please login to write comment.