Color Hex Logo

#868cdc Color Hex

#868CDC
(134,140,220)
0 Favorites   0 Comments

Color spaces of #868cdc

RGB 134140220
HSL0.660.550.69
HSV236°39°86°
CMYK 0.390.360.00   0.14
XYZ32.127928.991871.6128
Yxy28.99180.24200.2184
Hunter Lab53.844012.2811-41.1651
CIE-Lab60.774417.3742-41.5600

#868cdc color RGB value is (134,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11011100
Octal 206 214 334
Decimal 134 140 220
Hex 86 8C DC

RGB Percentages of Color #868cdc

%27.13
%28.34
%44.53

CMYK Percentages of Color #868cdc

%39
%36
%0
%14

Triadic Colors of #868cdc

#868cdc #dc868c #8cdc86

Analogous Colors of #868cdc

#868cdc #ab86dc #86b7dc

Monochromatic Colors of #868cdc

#868cdc

Complementary Color

#868cdc #dcd686

#868cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cdc Color CSS Codes

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

#868cdc Text Font Color

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

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


#868cdc Background Color

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

This div background color is #868cdc


#868cdc Border Color

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

This div border color is #868cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cdc


Comments

No comments written yet.

Please login to write comment.