Color Hex Logo

#b86ddf Color Hex

#B86DDF
(184,109,223)
0 Favorites   0 Comments

Color spaces of #b86ddf

RGB 184109223
HSL0.780.640.65
HSV279°51°87°
CMYK 0.170.510.00   0.13
XYZ38.555126.455372.8864
Yxy26.45530.27960.1918
Hunter Lab51.434743.7916-48.0136
CIE-Lab58.466749.1501-46.5637

#b86ddf color RGB value is (184,109,223).

#b86ddf hex color red value is 184, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b86ddf hue: 0.78 , saturation: 0.64 and the lightness value of b86ddf is 0.65.

The process color (four color CMYK) of #b86ddf color hex is 0.17, 0.51, 0.00, 0.13. Web safe color of #b86ddf is #cc66cc. Color #b86ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11011111
Octal 270 155 337
Decimal 184 109 223
Hex B8 6D DF

RGB Percentages of Color #b86ddf

%35.66
%21.12
%43.22

CMYK Percentages of Color #b86ddf

%17
%51
%0
%13

Triadic Colors of #b86ddf

#b86ddf #dfb86d #6ddfb8

Analogous Colors of #b86ddf

#b86ddf #df6dcd #7f6ddf

Monochromatic Colors of #b86ddf

#b86ddf

Complementary Color

#b86ddf #94df6d

#b86ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ddf Color CSS Codes

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

#b86ddf Text Font Color

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

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


#b86ddf Background Color

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

This div background color is #b86ddf


#b86ddf Border Color

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

This div border color is #b86ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,109,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ddf


Comments

No comments written yet.

Please login to write comment.