Color Hex Logo

#867cde Color Hex

#867CDE
(134,124,222)
0 Favorites   0 Comments

Color spaces of #867cde

RGB 134124222
HSL0.680.600.68
HSV246°44°87°
CMYK 0.400.440.00   0.13
XYZ30.224024.757672.2930
Yxy24.75760.23750.1945
Hunter Lab49.757021.3518-51.3138
CIE-Lab56.838527.3187-48.8950

#867cde color RGB value is (134,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 11011110
Octal 206 174 336
Decimal 134 124 222
Hex 86 7C DE

RGB Percentages of Color #867cde

%27.92
%25.83
%46.25

CMYK Percentages of Color #867cde

%40
%44
%0
%13

Triadic Colors of #867cde

#867cde #de867c #7cde86

Analogous Colors of #867cde

#867cde #b77cde #7ca3de

Monochromatic Colors of #867cde

#867cde

Complementary Color

#867cde #d4de7c

#867cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#867cde Color CSS Codes

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

#867cde Text Font Color

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

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


#867cde Background Color

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

This div background color is #867cde


#867cde Border Color

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

This div border color is #867cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867cde


Comments

No comments written yet.

Please login to write comment.