Color Hex Logo

#868dcc Color Hex

#868DCC
(134,141,204)
1 Favorites   0 Comments

Color spaces of #868dcc

RGB 134141204
HSL0.650.410.66
HSV234°34°80°
CMYK 0.340.310.00   0.20
XYZ30.255528.477761.0289
Yxy28.47770.25260.2378
Hunter Lab53.36457.8144-30.4503
CIE-Lab60.317912.4398-33.3179

#868dcc color RGB value is (134,141,204).

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

The process color (four color CMYK) of #868dcc color hex is 0.34, 0.31, 0.00, 0.20. Web safe color of #868dcc is #9999cc. Color #868dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 11001100
Octal 206 215 314
Decimal 134 141 204
Hex 86 8D CC

RGB Percentages of Color #868dcc

%27.97
%29.44
%42.59

CMYK Percentages of Color #868dcc

%34
%31
%0
%20

Triadic Colors of #868dcc

#868dcc #cc868d #8dcc86

Analogous Colors of #868dcc

#868dcc #a286cc #86b0cc

Monochromatic Colors of #868dcc

#868dcc

Complementary Color

#868dcc #ccc586

#868dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868dcc Color CSS Codes

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

#868dcc Text Font Color

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

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


#868dcc Background Color

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

This div background color is #868dcc


#868dcc Border Color

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

This div border color is #868dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868dcc


Comments

No comments written yet.

Please login to write comment.