Color Hex Logo

#8668da Color Hex

#8668DA
(134,104,218)
0 Favorites   0 Comments

Color spaces of #8668da

RGB 134104218
HSL0.710.610.63
HSV256°52°85°
CMYK 0.390.520.00   0.15
XYZ27.436720.030968.7499
Yxy20.03090.23610.1724
Hunter Lab44.755931.1030-59.7467
CIE-Lab51.872137.8942-54.5593

#8668da color RGB value is (134,104,218).

#8668da hex color red value is 134, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8668da hue: 0.71 , saturation: 0.61 and the lightness value of 8668da is 0.63.

The process color (four color CMYK) of #8668da color hex is 0.39, 0.52, 0.00, 0.15. Web safe color of #8668da is #9966cc. Color #8668da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 11011010
Octal 206 150 332
Decimal 134 104 218
Hex 86 68 DA

RGB Percentages of Color #8668da

%29.39
%22.81
%47.81

CMYK Percentages of Color #8668da

%39
%52
%0
%15

Triadic Colors of #8668da

#8668da #da8668 #68da86

Analogous Colors of #8668da

#8668da #bf68da #6883da

Monochromatic Colors of #8668da

#8668da

Complementary Color

#8668da #bcda68

#8668da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8668da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8668da Color CSS Codes

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

#8668da Text Font Color

<p style="color:#8668da">Text here</p>

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


#8668da Background Color

<div style="background-color:#8668da">
Div content here</div>

This div background color is #8668da


#8668da Border Color

<div style="border:3px solid #8668da">
Div here</div>

This div border color is #8668da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,104,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8668da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8668da;
  -webkit-box-shadow: 1px 1px 3px 2px #8668da;
  box-shadow:         1px 1px 3px 2px #8668da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8668da


Comments

No comments written yet.

Please login to write comment.