Color Hex Logo

#b866bd Color Hex

#B866BD
(184,102,189)
0 Favorites   0 Comments

Color spaces of #b866bd

RGB 184102189
HSL0.820.400.57
HSV297°46°74°
CMYK 0.030.460.00   0.26
XYZ33.703823.367250.8780
Yxy23.36720.31220.2165
Hunter Lab48.339639.8610-28.5656
CIE-Lab55.448645.9344-32.0110

#b866bd color RGB value is (184,102,189).

#b866bd hex color red value is 184, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b866bd hue: 0.82 , saturation: 0.40 and the lightness value of b866bd is 0.57.

The process color (four color CMYK) of #b866bd color hex is 0.03, 0.46, 0.00, 0.26. Web safe color of #b866bd is #cc66cc. Color #b866bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 10111101
Octal 270 146 275
Decimal 184 102 189
Hex B8 66 BD

RGB Percentages of Color #b866bd

%38.74
%21.47
%39.79

CMYK Percentages of Color #b866bd

%3
%46
%0
%26

Triadic Colors of #b866bd

#b866bd #bdb866 #66bdb8

Analogous Colors of #b866bd

#b866bd #bd6697 #8d66bd

Monochromatic Colors of #b866bd

#b866bd

Complementary Color

#b866bd #6bbd66

#b866bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b866bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b866bd Color CSS Codes

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

#b866bd Text Font Color

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

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


#b866bd Background Color

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

This div background color is #b866bd


#b866bd Border Color

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

This div border color is #b866bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b866bd


Comments

No comments written yet.

Please login to write comment.