Color Hex Logo

#8f1cce Color Hex

#8F1CCE
(143,28,206)
0 Favorites   0 Comments

Color spaces of #8f1cce

RGB 14328206
HSL0.770.760.46
HSV279°86°81°
CMYK 0.310.860.00   0.19
XYZ22.883511.126459.3340
Yxy11.12640.24520.1192
Hunter Lab33.356364.0835-82.1155
CIE-Lab39.792670.5657-67.1655

#8f1cce color RGB value is (143,28,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00011100 11001110
Octal 217 34 316
Decimal 143 28 206
Hex 8F 1C CE

RGB Percentages of Color #8f1cce

%37.93
%7.43
%54.64

CMYK Percentages of Color #8f1cce

%31
%86
%0
%19

Triadic Colors of #8f1cce

#8f1cce #ce8f1c #1cce8f

Analogous Colors of #8f1cce

#8f1cce #ce1cb4 #361cce

Monochromatic Colors of #8f1cce

#8f1cce

Complementary Color

#8f1cce #5bce1c

#8f1cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f1cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f1cce Color CSS Codes

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

#8f1cce Text Font Color

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

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


#8f1cce Background Color

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

This div background color is #8f1cce


#8f1cce Border Color

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

This div border color is #8f1cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f1cce


Comments

No comments written yet.

Please login to write comment.