Color Hex Logo

#8c1fce Color Hex

#8C1FCE
(140,31,206)
0 Favorites   0 Comments

Color spaces of #8c1fce

RGB 14031206
HSL0.770.740.46
HSV277°85°81°
CMYK 0.320.850.00   0.19
XYZ22.445811.011759.3350
Yxy11.01170.24190.1187
Hunter Lab33.183962.6668-82.7858
CIE-Lab39.600269.3989-67.4981

#8c1fce color RGB value is (140,31,206).

#8c1fce hex color red value is 140, green value is 31 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8c1fce hue: 0.77 , saturation: 0.74 and the lightness value of 8c1fce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00011111 11001110
Octal 214 37 316
Decimal 140 31 206
Hex 8C 1F CE

RGB Percentages of Color #8c1fce

%37.14
%8.22
%54.64

CMYK Percentages of Color #8c1fce

%32
%85
%0
%19

Triadic Colors of #8c1fce

#8c1fce #ce8c1f #1fce8c

Analogous Colors of #8c1fce

#8c1fce #ce1fb9 #351fce

Monochromatic Colors of #8c1fce

#8c1fce

Complementary Color

#8c1fce #61ce1f

#8c1fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c1fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c1fce Color CSS Codes

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

#8c1fce Text Font Color

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

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


#8c1fce Background Color

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

This div background color is #8c1fce


#8c1fce Border Color

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

This div border color is #8c1fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c1fce


Comments

No comments written yet.

Please login to write comment.