Color Hex Logo

#8168ee Color Hex

#8168EE
(129,104,238)
0 Favorites   0 Comments

Color spaces of #8168ee

RGB 129104238
HSL0.700.800.67
HSV251°56°93°
CMYK 0.460.560.00   0.07
XYZ29.436220.740883.3408
Yxy20.74080.22050.1553
Hunter Lab45.542135.6752-76.6197
CIE-Lab52.664642.3180-64.5613

#8168ee color RGB value is (129,104,238).

#8168ee hex color red value is 129, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8168ee hue: 0.70 , saturation: 0.80 and the lightness value of 8168ee is 0.67.

The process color (four color CMYK) of #8168ee color hex is 0.46, 0.56, 0.00, 0.07. Web safe color of #8168ee is #9966ff. Color #8168ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101000 11101110
Octal 201 150 356
Decimal 129 104 238
Hex 81 68 EE

RGB Percentages of Color #8168ee

%27.39
%22.08
%50.53

CMYK Percentages of Color #8168ee

%46
%56
%0
%7

Triadic Colors of #8168ee

#8168ee #ee8168 #68ee81

Analogous Colors of #8168ee

#8168ee #c468ee #6892ee

Monochromatic Colors of #8168ee

#8168ee

Complementary Color

#8168ee #d5ee68

#8168ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8168ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8168ee Color CSS Codes

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

#8168ee Text Font Color

<p style="color:#8168ee">Text here</p>

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


#8168ee Background Color

<div style="background-color:#8168ee">
Div content here</div>

This div background color is #8168ee


#8168ee Border Color

<div style="border:3px solid #8168ee">
Div here</div>

This div border color is #8168ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,104,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8168ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8168ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8168ee;
  box-shadow:         1px 1px 3px 2px #8168ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8168ee


Comments

No comments written yet.

Please login to write comment.