Color Hex Logo

#8c7ece Color Hex

#8C7ECE
(140,126,206)
0 Favorites   0 Comments

Color spaces of #8c7ece

RGB 140126206
HSL0.700.450.65
HSV251°39°81°
CMYK 0.320.390.00   0.19
XYZ29.416724.953461.6586
Yxy24.95340.25350.2151
Hunter Lab49.953417.6972-38.2156
CIE-Lab57.030023.4272-39.5519

#8c7ece color RGB value is (140,126,206).

#8c7ece hex color red value is 140, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8c7ece hue: 0.70 , saturation: 0.45 and the lightness value of 8c7ece is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111110 11001110
Octal 214 176 316
Decimal 140 126 206
Hex 8C 7E CE

RGB Percentages of Color #8c7ece

%29.66
%26.69
%43.64

CMYK Percentages of Color #8c7ece

%32
%39
%0
%19

Triadic Colors of #8c7ece

#8c7ece #ce8c7e #7ece8c

Analogous Colors of #8c7ece

#8c7ece #b47ece #7e98ce

Monochromatic Colors of #8c7ece

#8c7ece

Complementary Color

#8c7ece #c0ce7e

#8c7ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7ece Color CSS Codes

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

#8c7ece Text Font Color

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

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


#8c7ece Background Color

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

This div background color is #8c7ece


#8c7ece Border Color

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

This div border color is #8c7ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,126,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 #8c7ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7ece


Comments

No comments written yet.

Please login to write comment.