Color Hex Logo

#8685dd Color Hex

#8685DD
(134,133,221)
0 Favorites   0 Comments

Color spaces of #8685dd

RGB 134133221
HSL0.670.560.69
HSV241°40°87°
CMYK 0.390.400.00   0.13
XYZ31.270227.063871.9823
Yxy27.06380.24000.2077
Hunter Lab52.022916.2537-45.6216
CIE-Lab59.033321.7513-44.8604

#8685dd color RGB value is (134,133,221).

#8685dd hex color red value is 134, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8685dd hue: 0.67 , saturation: 0.56 and the lightness value of 8685dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000101 11011101
Octal 206 205 335
Decimal 134 133 221
Hex 86 85 DD

RGB Percentages of Color #8685dd

%27.46
%27.25
%45.29

CMYK Percentages of Color #8685dd

%39
%40
%0
%13

Triadic Colors of #8685dd

#8685dd #dd8685 #85dd86

Analogous Colors of #8685dd

#8685dd #b285dd #85b0dd

Monochromatic Colors of #8685dd

#8685dd

Complementary Color

#8685dd #dcdd85

#8685dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8685dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8685dd Color CSS Codes

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

#8685dd Text Font Color

<p style="color:#8685dd">Text here</p>

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


#8685dd Background Color

<div style="background-color:#8685dd">
Div content here</div>

This div background color is #8685dd


#8685dd Border Color

<div style="border:3px solid #8685dd">
Div here</div>

This div border color is #8685dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,133,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8685dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8685dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8685dd;
  box-shadow:         1px 1px 3px 2px #8685dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8685dd


Comments

No comments written yet.

Please login to write comment.