Color Hex Logo

#868ded Color Hex

#868DED
(134,141,237)
0 Favorites   0 Comments

Color spaces of #868ded

RGB 134141237
HSL0.660.740.73
HSV236°43°93°
CMYK 0.430.410.00   0.07
XYZ34.642530.232584.1304
Yxy30.23250.23250.2029
Hunter Lab54.984116.2410-52.2300
CIE-Lab61.854321.5790-49.2930

#868ded color RGB value is (134,141,237).

#868ded hex color red value is 134, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #868ded hue: 0.66 , saturation: 0.74 and the lightness value of 868ded is 0.73.

The process color (four color CMYK) of #868ded color hex is 0.43, 0.41, 0.00, 0.07. Web safe color of #868ded is #9999ff. Color #868ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 11101101
Octal 206 215 355
Decimal 134 141 237
Hex 86 8D ED

RGB Percentages of Color #868ded

%26.17
%27.54
%46.29

CMYK Percentages of Color #868ded

%43
%41
%0
%7

Triadic Colors of #868ded

#868ded #ed868d #8ded86

Analogous Colors of #868ded

#868ded #b386ed #86c1ed

Monochromatic Colors of #868ded

#868ded

Complementary Color

#868ded #ede686

#868ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ded Color CSS Codes

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

#868ded Text Font Color

<p style="color:#868ded">Text here</p>

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


#868ded Background Color

<div style="background-color:#868ded">
Div content here</div>

This div background color is #868ded


#868ded Border Color

<div style="border:3px solid #868ded">
Div here</div>

This div border color is #868ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,141,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868ded;
  -webkit-box-shadow: 1px 1px 3px 2px #868ded;
  box-shadow:         1px 1px 3px 2px #868ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ded


Comments

No comments written yet.

Please login to write comment.