Color Hex Logo

#868cda Color Hex

#868CDA
(134,140,218)
0 Favorites   0 Comments

Color spaces of #868cda

RGB 134140218
HSL0.650.530.69
HSV236°39°85°
CMYK 0.390.360.00   0.15
XYZ31.864528.886570.2259
Yxy28.88650.24330.2205
Hunter Lab53.746211.7716-39.8473
CIE-Lab60.681316.8208-40.5903

#868cda color RGB value is (134,140,218).

#868cda hex color red value is 134, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #868cda hue: 0.65 , saturation: 0.53 and the lightness value of 868cda is 0.69.

The process color (four color CMYK) of #868cda color hex is 0.39, 0.36, 0.00, 0.15. Web safe color of #868cda is #9999cc. Color #868cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11011010
Octal 206 214 332
Decimal 134 140 218
Hex 86 8C DA

RGB Percentages of Color #868cda

%27.24
%28.46
%44.31

CMYK Percentages of Color #868cda

%39
%36
%0
%15

Triadic Colors of #868cda

#868cda #da868c #8cda86

Analogous Colors of #868cda

#868cda #aa86da #86b6da

Monochromatic Colors of #868cda

#868cda

Complementary Color

#868cda #dad486

#868cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cda Color CSS Codes

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

#868cda Text Font Color

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

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


#868cda Background Color

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

This div background color is #868cda


#868cda Border Color

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

This div border color is #868cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cda


Comments

No comments written yet.

Please login to write comment.