Color Hex Logo

#868cfb Color Hex

#868CFB
(134,140,251)
0 Favorites   0 Comments

Color spaces of #868cfb

RGB 134140251
HSL0.660.940.75
HSV237°47°98°
CMYK 0.470.440.00   0.02
XYZ36.622230.789595.2796
Yxy30.78950.22510.1893
Hunter Lab55.488320.7053-62.9658
CIE-Lab62.329526.2084-56.2469

#868cfb color RGB value is (134,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11111011
Octal 206 214 373
Decimal 134 140 251
Hex 86 8C FB

RGB Percentages of Color #868cfb

%25.52
%26.67
%47.81

CMYK Percentages of Color #868cfb

%47
%44
%0
%2

Triadic Colors of #868cfb

#868cfb #fb868c #8cfb86

Analogous Colors of #868cfb

#868cfb #bb86fb #86c7fb

Monochromatic Colors of #868cfb

#868cfb

Complementary Color

#868cfb #fbf586

#868cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cfb Color CSS Codes

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

#868cfb Text Font Color

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

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


#868cfb Background Color

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

This div background color is #868cfb


#868cfb Border Color

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

This div border color is #868cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cfb


Comments

No comments written yet.

Please login to write comment.