Color Hex Logo

#8869ee Color Hex

#8869EE
(136,105,238)
0 Favorites   0 Comments

Color spaces of #8869ee

RGB 136105238
HSL0.710.800.67
HSV254°56°93°
CMYK 0.430.560.00   0.07
XYZ30.637521.510483.4261
Yxy21.51040.22600.1587
Hunter Lab46.379336.7507-74.1841
CIE-Lab53.503643.2424-63.1772

#8869ee color RGB value is (136,105,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 11101110
Octal 210 151 356
Decimal 136 105 238
Hex 88 69 EE

RGB Percentages of Color #8869ee

%28.39
%21.92
%49.69

CMYK Percentages of Color #8869ee

%43
%56
%0
%7

Triadic Colors of #8869ee

#8869ee #ee8869 #69ee88

Analogous Colors of #8869ee

#8869ee #cb69ee #698dee

Monochromatic Colors of #8869ee

#8869ee

Complementary Color

#8869ee #cfee69

#8869ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8869ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8869ee Color CSS Codes

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

#8869ee Text Font Color

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

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


#8869ee Background Color

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

This div background color is #8869ee


#8869ee Border Color

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

This div border color is #8869ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,105,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 #8869ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8869ee


Comments

No comments written yet.

Please login to write comment.