Color Hex Logo

#868cfc Color Hex

#868CFC
(134,140,252)
0 Favorites   0 Comments

Color spaces of #868cfc

RGB 134140252
HSL0.660.950.76
HSV237°47°99°
CMYK 0.470.440.00   0.01
XYZ36.780330.852896.1121
Yxy30.85280.22460.1884
Hunter Lab55.545320.9927-63.7100
CIE-Lab62.383226.5000-56.7099

#868cfc color RGB value is (134,140,252).

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

The process color (four color CMYK) of #868cfc color hex is 0.47, 0.44, 0.00, 0.01. Web safe color of #868cfc is #9999ff. Color #868cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11111100
Octal 206 214 374
Decimal 134 140 252
Hex 86 8C FC

RGB Percentages of Color #868cfc

%25.48
%26.62
%47.91

CMYK Percentages of Color #868cfc

%47
%44
%0
%1

Triadic Colors of #868cfc

#868cfc #fc868c #8cfc86

Analogous Colors of #868cfc

#868cfc #bb86fc #86c7fc

Monochromatic Colors of #868cfc

#868cfc

Complementary Color

#868cfc #fcf686

#868cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cfc Color CSS Codes

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

#868cfc Text Font Color

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

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


#868cfc Background Color

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

This div background color is #868cfc


#868cfc Border Color

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

This div border color is #868cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cfc


Comments

No comments written yet.

Please login to write comment.