Color Hex Logo

#867ade Color Hex

#867ADE
(134,122,222)
0 Favorites   0 Comments

Color spaces of #867ade

RGB 134122222
HSL0.690.600.67
HSV247°45°87°
CMYK 0.400.450.00   0.13
XYZ29.975924.261372.2102
Yxy24.26130.23710.1919
Hunter Lab49.255822.4333-52.4416
CIE-Lab56.348528.4944-49.6732

#867ade color RGB value is (134,122,222).

#867ade hex color red value is 134, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #867ade hue: 0.69 , saturation: 0.60 and the lightness value of 867ade is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 11011110
Octal 206 172 336
Decimal 134 122 222
Hex 86 7A DE

RGB Percentages of Color #867ade

%28.03
%25.52
%46.44

CMYK Percentages of Color #867ade

%40
%45
%0
%13

Triadic Colors of #867ade

#867ade #de867a #7ade86

Analogous Colors of #867ade

#867ade #b87ade #7aa0de

Monochromatic Colors of #867ade

#867ade

Complementary Color

#867ade #d2de7a

#867ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ade Color CSS Codes

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

#867ade Text Font Color

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

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


#867ade Background Color

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

This div background color is #867ade


#867ade Border Color

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

This div border color is #867ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ade


Comments

No comments written yet.

Please login to write comment.