Color Hex Logo

#867ddf Color Hex

#867DDF
(134,125,223)
0 Favorites   0 Comments

Color spaces of #867ddf

RGB 134125223
HSL0.680.600.68
HSV246°44°87°
CMYK 0.400.440.00   0.13
XYZ30.484425.063373.0430
Yxy25.06330.23710.1949
Hunter Lab50.063321.0811-51.4607
CIE-Lab57.137027.0091-48.9815

#867ddf color RGB value is (134,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111101 11011111
Octal 206 175 337
Decimal 134 125 223
Hex 86 7D DF

RGB Percentages of Color #867ddf

%27.80
%25.93
%46.27

CMYK Percentages of Color #867ddf

%40
%44
%0
%13

Triadic Colors of #867ddf

#867ddf #df867d #7ddf86

Analogous Colors of #867ddf

#867ddf #b77ddf #7da5df

Monochromatic Colors of #867ddf

#867ddf

Complementary Color

#867ddf #d6df7d

#867ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ddf Color CSS Codes

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

#867ddf Text Font Color

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

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


#867ddf Background Color

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

This div background color is #867ddf


#867ddf Border Color

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

This div border color is #867ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ddf


Comments

No comments written yet.

Please login to write comment.