Color Hex Logo

#8671de Color Hex

#8671DE
(134,113,222)
0 Favorites   0 Comments

Color spaces of #8671de

RGB 134113222
HSL0.700.620.66
HSV252°49°87°
CMYK 0.400.490.00   0.13
XYZ28.921522.152571.8588
Yxy22.15250.23530.1802
Hunter Lab47.066427.3188-57.5746
CIE-Lab54.188433.7667-53.1140

#8671de color RGB value is (134,113,222).

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

The process color (four color CMYK) of #8671de color hex is 0.40, 0.49, 0.00, 0.13. Web safe color of #8671de is #9966cc. Color #8671de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110001 11011110
Octal 206 161 336
Decimal 134 113 222
Hex 86 71 DE

RGB Percentages of Color #8671de

%28.57
%24.09
%47.33

CMYK Percentages of Color #8671de

%40
%49
%0
%13

Triadic Colors of #8671de

#8671de #de8671 #71de86

Analogous Colors of #8671de

#8671de #bd71de #7193de

Monochromatic Colors of #8671de

#8671de

Complementary Color

#8671de #c9de71

#8671de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8671de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8671de Color CSS Codes

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

#8671de Text Font Color

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

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


#8671de Background Color

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

This div background color is #8671de


#8671de Border Color

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

This div border color is #8671de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,113,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 #8671de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8671de


Comments

No comments written yet.

Please login to write comment.