Color Hex Logo

#8680b2 Color Hex

#8680B2
(134,128,178)
0 Favorites   0 Comments

Color spaces of #8680b2

RGB 134128178
HSL0.690.250.60
HSV247°28°70°
CMYK 0.250.280.00   0.30
XYZ25.586623.721045.3495
Yxy23.72100.27030.2506
Hunter Lab48.70428.5420-21.1132
CIE-Lab55.807413.3310-25.5541

#8680b2 color RGB value is (134,128,178).

#8680b2 hex color red value is 134, green value is 128 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #8680b2 hue: 0.69 , saturation: 0.25 and the lightness value of 8680b2 is 0.60.

The process color (four color CMYK) of #8680b2 color hex is 0.25, 0.28, 0.00, 0.30. Web safe color of #8680b2 is #999999. Color #8680b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000000 10110010
Octal 206 200 262
Decimal 134 128 178
Hex 86 80 B2

RGB Percentages of Color #8680b2

%30.45
%29.09
%40.45

CMYK Percentages of Color #8680b2

%25
%28
%0
%30

Triadic Colors of #8680b2

#8680b2 #b28680 #80b286

Analogous Colors of #8680b2

#8680b2 #9f80b2 #8093b2

Monochromatic Colors of #8680b2

#8680b2

Complementary Color

#8680b2 #acb280

#8680b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8680b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8680b2 Color CSS Codes

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

#8680b2 Text Font Color

<p style="color:#8680b2">Text here</p>

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


#8680b2 Background Color

<div style="background-color:#8680b2">
Div content here</div>

This div background color is #8680b2


#8680b2 Border Color

<div style="border:3px solid #8680b2">
Div here</div>

This div border color is #8680b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,128,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8680b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8680b2;
  -webkit-box-shadow: 1px 1px 3px 2px #8680b2;
  box-shadow:         1px 1px 3px 2px #8680b2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8680b2


Comments

No comments written yet.

Please login to write comment.