Color Hex Logo

#8693cb Color Hex

#8693CB
(134,147,203)
0 Favorites   0 Comments

Color spaces of #8693cb

RGB 134147203
HSL0.640.400.66
HSV229°34°80°
CMYK 0.340.280.00   0.20
XYZ31.044730.247660.7020
Yxy30.24760.25450.2479
Hunter Lab54.99784.5120-26.9409
CIE-Lab61.86738.7043-30.3516

#8693cb color RGB value is (134,147,203).

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

The process color (four color CMYK) of #8693cb color hex is 0.34, 0.28, 0.00, 0.20. Web safe color of #8693cb is #9999cc. Color #8693cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 11001011
Octal 206 223 313
Decimal 134 147 203
Hex 86 93 CB

RGB Percentages of Color #8693cb

%27.69
%30.37
%41.94

CMYK Percentages of Color #8693cb

%34
%28
%0
%20

Triadic Colors of #8693cb

#8693cb #cb8693 #93cb86

Analogous Colors of #8693cb

#8693cb #9c86cb #86b6cb

Monochromatic Colors of #8693cb

#8693cb

Complementary Color

#8693cb #cbbe86

#8693cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8693cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8693cb Color CSS Codes

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

#8693cb Text Font Color

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

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


#8693cb Background Color

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

This div background color is #8693cb


#8693cb Border Color

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

This div border color is #8693cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8693cb


Comments

No comments written yet.

Please login to write comment.