Color Hex Logo

#8671db Color Hex

#8671DB
(134,113,219)
0 Favorites   0 Comments

Color spaces of #8671db

RGB 134113219
HSL0.700.600.65
HSV252°48°86°
CMYK 0.390.480.00   0.14
XYZ28.522821.993169.7596
Yxy21.99310.23710.1829
Hunter Lab46.896826.4949-55.3669
CIE-Lab54.019732.9415-51.6926

#8671db color RGB value is (134,113,219).

#8671db hex color red value is 134, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8671db hue: 0.70 , saturation: 0.60 and the lightness value of 8671db is 0.65.

The process color (four color CMYK) of #8671db color hex is 0.39, 0.48, 0.00, 0.14. Web safe color of #8671db is #9966cc. Color #8671db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110001 11011011
Octal 206 161 333
Decimal 134 113 219
Hex 86 71 DB

RGB Percentages of Color #8671db

%28.76
%24.25
%47.00

CMYK Percentages of Color #8671db

%39
%48
%0
%14

Triadic Colors of #8671db

#8671db #db8671 #71db86

Analogous Colors of #8671db

#8671db #bb71db #7191db

Monochromatic Colors of #8671db

#8671db

Complementary Color

#8671db #c6db71

#8671db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8671db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8671db Color CSS Codes

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

#8671db Text Font Color

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

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


#8671db Background Color

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

This div background color is #8671db


#8671db Border Color

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

This div border color is #8671db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,113,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8671db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8671db;
  -webkit-box-shadow: 1px 1px 3px 2px #8671db;
  box-shadow:         1px 1px 3px 2px #8671db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,113,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8671db


Comments

No comments written yet.

Please login to write comment.