Color Hex Logo

#8c88ce Color Hex

#8C88CE
(140,136,206)
0 Favorites   0 Comments

Color spaces of #8c88ce

RGB 140136206
HSL0.680.420.67
HSV243°34°81°
CMYK 0.320.340.00   0.19
XYZ30.760027.640062.1063
Yxy27.64000.25530.2294
Hunter Lab52.573812.4332-33.2387
CIE-Lab59.562117.5846-35.5857

#8c88ce color RGB value is (140,136,206).

#8c88ce hex color red value is 140, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8c88ce hue: 0.68 , saturation: 0.42 and the lightness value of 8c88ce is 0.67.

The process color (four color CMYK) of #8c88ce color hex is 0.32, 0.34, 0.00, 0.19. Web safe color of #8c88ce is #9999cc. Color #8c88ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001000 11001110
Octal 214 210 316
Decimal 140 136 206
Hex 8C 88 CE

RGB Percentages of Color #8c88ce

%29.05
%28.22
%42.74

CMYK Percentages of Color #8c88ce

%32
%34
%0
%19

Triadic Colors of #8c88ce

#8c88ce #ce8c88 #88ce8c

Analogous Colors of #8c88ce

#8c88ce #af88ce #88a7ce

Monochromatic Colors of #8c88ce

#8c88ce

Complementary Color

#8c88ce #cace88

#8c88ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c88ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c88ce Color CSS Codes

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

#8c88ce Text Font Color

<p style="color:#8c88ce">Text here</p>

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


#8c88ce Background Color

<div style="background-color:#8c88ce">
Div content here</div>

This div background color is #8c88ce


#8c88ce Border Color

<div style="border:3px solid #8c88ce">
Div here</div>

This div border color is #8c88ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,136,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c88ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c88ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8c88ce;
  box-shadow:         1px 1px 3px 2px #8c88ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,136,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c88ce


Comments

No comments written yet.

Please login to write comment.