Color Hex Logo

#8695df Color Hex

#8695DF
(134,149,223)
0 Favorites   0 Comments

Color spaces of #8695df

RGB 134149223
HSL0.640.580.70
HSV230°40°87°
CMYK 0.400.330.00   0.13
XYZ33.898231.890974.1810
Yxy31.89090.24220.2278
Hunter Lab56.47208.3213-38.3522
CIE-Lab63.252612.9754-39.3420

#8695df color RGB value is (134,149,223).

#8695df hex color red value is 134, green value is 149 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8695df hue: 0.64 , saturation: 0.58 and the lightness value of 8695df is 0.70.

The process color (four color CMYK) of #8695df color hex is 0.40, 0.33, 0.00, 0.13. Web safe color of #8695df is #9999cc. Color #8695df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010101 11011111
Octal 206 225 337
Decimal 134 149 223
Hex 86 95 DF

RGB Percentages of Color #8695df

%26.48
%29.45
%44.07

CMYK Percentages of Color #8695df

%40
%33
%0
%13

Triadic Colors of #8695df

#8695df #df8695 #95df86

Analogous Colors of #8695df

#8695df #a486df #86c2df

Monochromatic Colors of #8695df

#8695df

Complementary Color

#8695df #dfd086

#8695df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8695df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8695df Color CSS Codes

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

#8695df Text Font Color

<p style="color:#8695df">Text here</p>

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


#8695df Background Color

<div style="background-color:#8695df">
Div content here</div>

This div background color is #8695df


#8695df Border Color

<div style="border:3px solid #8695df">
Div here</div>

This div border color is #8695df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,149,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8695df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8695df;
  -webkit-box-shadow: 1px 1px 3px 2px #8695df;
  box-shadow:         1px 1px 3px 2px #8695df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8695df


Comments

No comments written yet.

Please login to write comment.