Color Hex Logo

#8683cb Color Hex

#8683CB
(134,131,203)
0 Favorites   0 Comments

Color spaces of #8683cb

RGB 134131203
HSL0.670.410.65
HSV243°35°80°
CMYK 0.340.350.00   0.20
XYZ28.727325.612759.9296
Yxy25.61270.25140.2241
Hunter Lab50.609012.7566-34.7831
CIE-Lab57.667618.0159-36.8913

#8683cb color RGB value is (134,131,203).

#8683cb hex color red value is 134, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8683cb hue: 0.67 , saturation: 0.41 and the lightness value of 8683cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000011 11001011
Octal 206 203 313
Decimal 134 131 203
Hex 86 83 CB

RGB Percentages of Color #8683cb

%28.63
%27.99
%43.38

CMYK Percentages of Color #8683cb

%34
%35
%0
%20

Triadic Colors of #8683cb

#8683cb #cb8683 #83cb86

Analogous Colors of #8683cb

#8683cb #aa83cb #83a4cb

Monochromatic Colors of #8683cb

#8683cb

Complementary Color

#8683cb #c8cb83

#8683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8683cb Color CSS Codes

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

#8683cb Text Font Color

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

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


#8683cb Background Color

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

This div background color is #8683cb


#8683cb Border Color

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

This div border color is #8683cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8683cb


Comments

No comments written yet.

Please login to write comment.