Color Hex Logo

#b678dc Color Hex

#B678DC
(182,120,220)
0 Favorites   0 Comments

Color spaces of #b678dc

RGB 182120220
HSL0.770.590.67
HSV277°45°86°
CMYK 0.170.450.00   0.14
XYZ38.926128.545371.1683
Yxy28.54530.28080.2059
Hunter Lab53.427836.5518-41.5776
CIE-Lab60.378242.0943-41.8824

#b678dc color RGB value is (182,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 11011100
Octal 266 170 334
Decimal 182 120 220
Hex B6 78 DC

RGB Percentages of Color #b678dc

%34.87
%22.99
%42.15

CMYK Percentages of Color #b678dc

%17
%45
%0
%14

Triadic Colors of #b678dc

#b678dc #dcb678 #78dcb6

Analogous Colors of #b678dc

#b678dc #dc78d0 #8478dc

Monochromatic Colors of #b678dc

#b678dc

Complementary Color

#b678dc #9edc78

#b678dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b678dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b678dc Color CSS Codes

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

#b678dc Text Font Color

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

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


#b678dc Background Color

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

This div background color is #b678dc


#b678dc Border Color

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

This div border color is #b678dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b678dc


Comments

No comments written yet.

Please login to write comment.