Color Hex Logo

#b681dc Color Hex

#B681DC
(182,129,220)
0 Favorites   0 Comments

Color spaces of #b681dc

RGB 182129220
HSL0.760.570.68
HSV275°41°86°
CMYK 0.170.410.00   0.14
XYZ40.059930.812971.5462
Yxy30.81290.28130.2164
Hunter Lab55.509431.6782-37.5625
CIE-Lab62.349437.1685-38.7906

#b681dc color RGB value is (182,129,220).

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

The process color (four color CMYK) of #b681dc color hex is 0.17, 0.41, 0.00, 0.14. Web safe color of #b681dc is #cc99cc. Color #b681dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 11011100
Octal 266 201 334
Decimal 182 129 220
Hex B6 81 DC

RGB Percentages of Color #b681dc

%34.27
%24.29
%41.43

CMYK Percentages of Color #b681dc

%17
%41
%0
%14

Triadic Colors of #b681dc

#b681dc #dcb681 #81dcb6

Analogous Colors of #b681dc

#b681dc #dc81d5 #8981dc

Monochromatic Colors of #b681dc

#b681dc

Complementary Color

#b681dc #a7dc81

#b681dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681dc Color CSS Codes

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

#b681dc Text Font Color

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

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


#b681dc Background Color

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

This div background color is #b681dc


#b681dc Border Color

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

This div border color is #b681dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,129,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681dc


Comments

No comments written yet.

Please login to write comment.