Color Hex Logo

#868ccc Color Hex

#868CCC
(134,140,204)
0 Favorites   0 Comments

Color spaces of #868ccc

RGB 134140204
HSL0.650.410.66
HSV235°34°80°
CMYK 0.340.310.00   0.20
XYZ30.108728.184160.9799
Yxy28.18410.25240.2363
Hunter Lab53.08878.3292-30.9409
CIE-Lab60.054713.0211-33.7275

#868ccc color RGB value is (134,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11001100
Octal 206 214 314
Decimal 134 140 204
Hex 86 8C CC

RGB Percentages of Color #868ccc

%28.03
%29.29
%42.68

CMYK Percentages of Color #868ccc

%34
%31
%0
%20

Triadic Colors of #868ccc

#868ccc #cc868c #8ccc86

Analogous Colors of #868ccc

#868ccc #a386cc #86afcc

Monochromatic Colors of #868ccc

#868ccc

Complementary Color

#868ccc #ccc686

#868ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ccc Color CSS Codes

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

#868ccc Text Font Color

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

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


#868ccc Background Color

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

This div background color is #868ccc


#868ccc Border Color

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

This div border color is #868ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ccc


Comments

No comments written yet.

Please login to write comment.