Color Hex Logo

#8696fb Color Hex

#8696FB
(134,150,251)
0 Favorites   0 Comments

Color spaces of #8696fb

RGB 134150251
HSL0.640.940.75
HSV232°47°98°
CMYK 0.470.400.00   0.02
XYZ38.150433.846195.7890
Yxy33.84610.22740.2017
Hunter Lab58.177415.2427-56.8967
CIE-Lab64.840220.3785-52.2584

#8696fb color RGB value is (134,150,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010110 11111011
Octal 206 226 373
Decimal 134 150 251
Hex 86 96 FB

RGB Percentages of Color #8696fb

%25.05
%28.04
%46.92

CMYK Percentages of Color #8696fb

%47
%40
%0
%2

Triadic Colors of #8696fb

#8696fb #fb8696 #96fb86

Analogous Colors of #8696fb

#8696fb #b186fb #86d1fb

Monochromatic Colors of #8696fb

#8696fb

Complementary Color

#8696fb #fbeb86

#8696fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8696fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8696fb Color CSS Codes

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

#8696fb Text Font Color

<p style="color:#8696fb">Text here</p>

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


#8696fb Background Color

<div style="background-color:#8696fb">
Div content here</div>

This div background color is #8696fb


#8696fb Border Color

<div style="border:3px solid #8696fb">
Div here</div>

This div border color is #8696fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8696fb

Related Colors


Comments

No comments written yet.

Please login to write comment.