Color Hex Logo

#8693dc Color Hex

#8693DC
(134,147,220)
0 Favorites   0 Comments

Color spaces of #8693dc

RGB 134147220
HSL0.640.550.69
HSV231°39°86°
CMYK 0.390.330.00   0.14
XYZ33.183531.103171.9647
Yxy31.10310.24350.2283
Hunter Lab55.77028.6106-37.4675
CIE-Lab62.594613.3021-38.7062

#8693dc color RGB value is (134,147,220).

#8693dc hex color red value is 134, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8693dc hue: 0.64 , saturation: 0.55 and the lightness value of 8693dc is 0.69.

The process color (four color CMYK) of #8693dc color hex is 0.39, 0.33, 0.00, 0.14. Web safe color of #8693dc is #9999cc. Color #8693dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 11011100
Octal 206 223 334
Decimal 134 147 220
Hex 86 93 DC

RGB Percentages of Color #8693dc

%26.75
%29.34
%43.91

CMYK Percentages of Color #8693dc

%39
%33
%0
%14

Triadic Colors of #8693dc

#8693dc #dc8693 #93dc86

Analogous Colors of #8693dc

#8693dc #a486dc #86bedc

Monochromatic Colors of #8693dc

#8693dc

Complementary Color

#8693dc #dccf86

#8693dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8693dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8693dc Color CSS Codes

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

#8693dc Text Font Color

<p style="color:#8693dc">Text here</p>

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


#8693dc Background Color

<div style="background-color:#8693dc">
Div content here</div>

This div background color is #8693dc


#8693dc Border Color

<div style="border:3px solid #8693dc">
Div here</div>

This div border color is #8693dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,147,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8693dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8693dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8693dc;
  box-shadow:         1px 1px 3px 2px #8693dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8693dc


Comments

No comments written yet.

Please login to write comment.