Color Hex Logo

#b678de Color Hex

#B678DE
(182,120,222)
0 Favorites   0 Comments

Color spaces of #b678de

RGB 182120222
HSL0.770.610.67
HSV276°46°87°
CMYK 0.180.460.00   0.13
XYZ39.192728.652072.5719
Yxy28.65200.27910.2040
Hunter Lab53.527637.0239-42.9152
CIE-Lab60.473342.5303-42.8522

#b678de color RGB value is (182,120,222).

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

The process color (four color CMYK) of #b678de color hex is 0.18, 0.46, 0.00, 0.13. Web safe color of #b678de is #cc66cc. Color #b678de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 11011110
Octal 266 170 336
Decimal 182 120 222
Hex B6 78 DE

RGB Percentages of Color #b678de

%34.73
%22.90
%42.37

CMYK Percentages of Color #b678de

%18
%46
%0
%13

Triadic Colors of #b678de

#b678de #deb678 #78deb6

Analogous Colors of #b678de

#b678de #de78d3 #8378de

Monochromatic Colors of #b678de

#b678de

Complementary Color

#b678de #a0de78

#b678de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b678de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b678de Color CSS Codes

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

#b678de Text Font Color

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

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


#b678de Background Color

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

This div background color is #b678de


#b678de Border Color

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

This div border color is #b678de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b678de


Comments

No comments written yet.

Please login to write comment.