Color Hex Logo

#b681df Color Hex

#B681DF
(182,129,223)
0 Favorites   0 Comments

Color spaces of #b681df

RGB 182129223
HSL0.760.590.69
HSV274°42°87°
CMYK 0.180.420.00   0.13
XYZ40.460930.973373.6580
Yxy30.97330.27890.2135
Hunter Lab55.653732.3778-39.5132
CIE-Lab62.485137.8302-40.2507

#b681df color RGB value is (182,129,223).

#b681df hex color red value is 182, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b681df hue: 0.76 , saturation: 0.59 and the lightness value of b681df is 0.69.

The process color (four color CMYK) of #b681df color hex is 0.18, 0.42, 0.00, 0.13. Web safe color of #b681df is #cc99cc. Color #b681df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 11011111
Octal 266 201 337
Decimal 182 129 223
Hex B6 81 DF

RGB Percentages of Color #b681df

%34.08
%24.16
%41.76

CMYK Percentages of Color #b681df

%18
%42
%0
%13

Triadic Colors of #b681df

#b681df #dfb681 #81dfb6

Analogous Colors of #b681df

#b681df #df81d9 #8781df

Monochromatic Colors of #b681df

#b681df

Complementary Color

#b681df #aadf81

#b681df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681df Color CSS Codes

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

#b681df Text Font Color

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

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


#b681df Background Color

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

This div background color is #b681df


#b681df Border Color

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

This div border color is #b681df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681df


Comments

No comments written yet.

Please login to write comment.