Color Hex Logo

#868ccb Color Hex

#868CCB
(134,140,203)
0 Favorites   0 Comments

Color spaces of #868ccb

RGB 134140203
HSL0.650.400.66
HSV235°34°80°
CMYK 0.340.310.00   0.20
XYZ29.989128.136360.3502
Yxy28.13630.25310.2375
Hunter Lab53.04378.0915-30.3264
CIE-Lab60.011712.7547-33.2323

#868ccb color RGB value is (134,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11001011
Octal 206 214 313
Decimal 134 140 203
Hex 86 8C CB

RGB Percentages of Color #868ccb

%28.09
%29.35
%42.56

CMYK Percentages of Color #868ccb

%34
%31
%0
%20

Triadic Colors of #868ccb

#868ccb #cb868c #8ccb86

Analogous Colors of #868ccb

#868ccb #a386cb #86afcb

Monochromatic Colors of #868ccb

#868ccb

Complementary Color

#868ccb #cbc586

#868ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ccb Color CSS Codes

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

#868ccb Text Font Color

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

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


#868ccb Background Color

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

This div background color is #868ccb


#868ccb Border Color

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

This div border color is #868ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ccb


Comments

No comments written yet.

Please login to write comment.