Color Hex Logo

#b679dc Color Hex

#B679DC
(182,121,220)
0 Favorites   0 Comments

Color spaces of #b679dc

RGB 182121220
HSL0.770.590.67
HSV277°45°86°
CMYK 0.170.450.00   0.14
XYZ39.047028.787171.2086
Yxy28.78710.28080.2070
Hunter Lab53.653636.0115-41.1316
CIE-Lab60.593341.5513-41.5444

#b679dc color RGB value is (182,121,220).

#b679dc hex color red value is 182, green value is 121 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b679dc hue: 0.77 , saturation: 0.59 and the lightness value of b679dc is 0.67.

The process color (four color CMYK) of #b679dc color hex is 0.17, 0.45, 0.00, 0.14. Web safe color of #b679dc is #cc66cc. Color #b679dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 11011100
Octal 266 171 334
Decimal 182 121 220
Hex B6 79 DC

RGB Percentages of Color #b679dc

%34.80
%23.14
%42.07

CMYK Percentages of Color #b679dc

%17
%45
%0
%14

Triadic Colors of #b679dc

#b679dc #dcb679 #79dcb6

Analogous Colors of #b679dc

#b679dc #dc79d1 #8579dc

Monochromatic Colors of #b679dc

#b679dc

Complementary Color

#b679dc #9fdc79

#b679dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b679dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b679dc Color CSS Codes

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

#b679dc Text Font Color

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

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


#b679dc Background Color

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

This div background color is #b679dc


#b679dc Border Color

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

This div border color is #b679dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b679dc


Comments

No comments written yet.

Please login to write comment.