Color Hex Logo

#868dda Color Hex

#868DDA
(134,141,218)
0 Favorites   0 Comments

Color spaces of #868dda

RGB 134141218
HSL0.650.530.69
HSV235°39°85°
CMYK 0.390.350.00   0.15
XYZ32.011329.180070.2748
Yxy29.18000.24350.2220
Hunter Lab54.018511.2465-39.3197
CIE-Lab60.940216.2378-40.1841

#868dda color RGB value is (134,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 11011010
Octal 206 215 332
Decimal 134 141 218
Hex 86 8D DA

RGB Percentages of Color #868dda

%27.18
%28.60
%44.22

CMYK Percentages of Color #868dda

%39
%35
%0
%15

Triadic Colors of #868dda

#868dda #da868d #8dda86

Analogous Colors of #868dda

#868dda #a986da #86b7da

Monochromatic Colors of #868dda

#868dda

Complementary Color

#868dda #dad386

#868dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#868dda Color CSS Codes

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

#868dda Text Font Color

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

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


#868dda Background Color

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

This div background color is #868dda


#868dda Border Color

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

This div border color is #868dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868dda


Comments

No comments written yet.

Please login to write comment.